Class ColumnHeaderClickAction
Defines the action to perform when a header is clicked.
Inheritance
System.Object
ColumnHeaderClickAction
Namespace: Syncfusion.UI.Xaml.Grid
Assembly: Syncfusion.SfGrid.WPF.dll
Syntax
public sealed class ColumnHeaderClickAction : Enum
Fields
Auto
Selects the item when AllowSorting is disabled; otherwise, sorts the data when the header is clicked.
Declaration
public const ColumnHeaderClickAction Auto
Field Value
| Type |
|---|
| ColumnHeaderClickAction |
Select
Selects all column cells when the header is clicked.
Declaration
public const ColumnHeaderClickAction Select
Field Value
| Type |
|---|
| ColumnHeaderClickAction |
Sort
Sorts the data when header is clicked.
Declaration
public const ColumnHeaderClickAction Sort
Field Value
| Type |
|---|
| ColumnHeaderClickAction |