The C1GridViewGroupColumnMovedEventArgs type exposes the following members.

Constructors

  Name Description
Public method C1GridViewGroupColumnMovedEventArgs
Constructor. Initializes a new instance of the C1GridViewGroupColumnMovedEventArgs class.

Properties

  Name Description
Public property Column
The C1BaseField object being repositioned.
(Inherited from C1GridViewColumnMovedEventArgs.)
Public property DestIndex
Index of the new position within the Columns collection.
(Inherited from C1GridViewColumnMovedEventArgs.)
Public property GroupMove
One of the GroupMove values that specified the action that generated the event.

See Also