[]
        
(Showing Draft Content)

C1.Win.C1FlexGrid.SortColEventArgs

SortColEventArgs Class

Provides data for the BeforeSort and AfterSort events.

Inheritance
SortColEventArgs
Namespace: C1.Win.C1FlexGrid
Assembly: C1.Win.C1FlexGrid.4.8.dll
Syntax
public class SortColEventArgs : EventArgs

Constructors

Name Description
SortColEventArgs(int, SortFlags)

Initializes a new instance of the SortColEventArgs class.

Properties

Name Description
Cancel

Gets or sets a value indicating whether the drag operation should be canceled.

Col

Gets the column that is being sorted.

Handled

Gets or sets a value indicating whether the drag operation has been handled by the event handler.

Order

Gets or sets a SortFlags value that determines the sorting order.