BCGControlBar Library for .NET
DropColumnOutsideGroupAndHeader Event




Raised when a column is dropped outside the column header and Group By box.
Syntax
'Declaration
 
Public Event DropColumnOutsideGroupAndHeader As DragDropColumnEventHandler
'Usage
 
Dim instance As GridControl
Dim handler As DragDropColumnEventHandler
 
AddHandler instance.DropColumnOutsideGroupAndHeader, handler
public event DragDropColumnEventHandler DropColumnOutsideGroupAndHeader
public: __event DragDropColumnEventHandler* DropColumnOutsideGroupAndHeader
public:
event DragDropColumnEventHandler^ DropColumnOutsideGroupAndHeader
Event Data

The event handler receives an argument of type DragDropColumnEventArgs containing data related to this event. The following DragDropColumnEventArgs properties provide information specific to this event.

PropertyDescription
Cancel (Inherited from System.ComponentModel.CancelEventArgs) 
Column Gets the column.
Location Gets the mouse pointer location in client coordinates.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GridControl Class
GridControl Members

Send Feedback