The C1GridViewGroupColumnMoveEventArgs type exposes the following members.

Properties

  Name Description
Public property Cancel
Gets or sets a value indicating whether the event should be canceled.
(Inherited from CancelEventArgs.)
Public property Column
The C1BaseField object being repositioned.
(Inherited from C1GridViewColumnMoveEventArgs.)
Public property DestIndex
Index of the new position within the Columns collection.
(Inherited from C1GridViewColumnMoveEventArgs.)
Public property GroupMove
One of the GroupMove values that specified the action that generated the event.

See Also