Enum ColumnHeaderClickAction
Defines the action to perform when a header is clicked.
Namespace: Syncfusion.UI.Xaml.Grid
Assembly: Syncfusion.SfGrid.WPF.dll
Syntax
public enum ColumnHeaderClickAction
Fields
| Name | Description |
|---|---|
| Auto | Selects the item when AllowSorting is disabled; otherwise, sorts the data when the header is clicked. |
| Select | Selects all column cells when the header is clicked. |
| Sort | Sorts the data when header is clicked. |