Enum SortClickAction
Defines the constants that specify whether the possible sorting action in SfDataGrid.
Namespace: Syncfusion.UI.Xaml.Grid
Assembly: Syncfusion.SfGrid.WPF.dll
Syntax
public enum SortClickAction
Fields
| Name | Description |
|---|---|
| DoubleClick | Specifies the column is being sorted at double click. |
| SingleClick | Specifies the column is being sorted at single click. |