Back to Devexpress

ColumnSortClearMode Enum

wpf-devexpress-dot-xpf-dot-grid-006b295a.md

latest1.0 KB
Original Source

ColumnSortClearMode Enum

Lists the possible modes of clearing sorting.

Namespace : DevExpress.Xpf.Grid

Assembly : DevExpress.Xpf.Grid.v25.2.Core.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public enum ColumnSortClearMode
vb
Public Enum ColumnSortClearMode

Members

NameDescription
ClickWithCtrlPressed

Clicking the header while pressing the Ctrl key clears the column’s sorting.

| | Click |

Clicking the header enables/disables the column’s sorting.

|

The following properties accept/return ColumnSortClearMode values:

See Also

DevExpress.Xpf.Grid Namespace