The C1GridViewSortEventArgs type exposes the following members.

Constructors

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

Properties

  Name Description
Public property Cancel
Gets or sets a value indicating whether the event should be canceled.
(Inherited from CancelEventArgs.)
Public property SortDirection
Gets or sets the direction in which to sort the C1GridView control.
Public property SortExpression
Gets or sets the expression used to sort the items in the C1GridView control.

See Also