ComponentOne True DBGrid for WinForms
GroupColMove Event

C1.Win.C1TrueDBGrid.4 Assembly > C1.Win.C1TrueDBGrid Namespace > C1TrueDBGrid Class : GroupColMove Event
Occurs whenever a column is moved into or out of the grouping area.
Syntax
'Declaration
 
Public Event GroupColMove As GroupColMoveEventHandler
public event GroupColMoveEventHandler GroupColMove
Event Data

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

PropertyDescription
Gets or sets a value indicating that the action should not be performed. (Inherited from C1.Win.C1TrueDBGrid.ColMoveEventArgs)
Indicates the starting position in the DisplayColumns collection. (Inherited from C1.Win.C1TrueDBGrid.ColMoveEventArgs)
Gets the C1DisplayColumn that is being moved. (Inherited from C1.Win.C1TrueDBGrid.ColMoveEventArgs)
The C1DataColumn for the column being moved.  
Indicates the target index of the column being moved. (Inherited from C1.Win.C1TrueDBGrid.ColMoveEventArgs)
See Also