Skip to main content

ColumnHeaderClickEventArgs.AllowSorting Property

Gets or sets whether it is allowed to sort by the column’s values.

Namespace: DevExpress.Xpf.Grid

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

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public bool AllowSorting { get; set; }

Property Value

Type Default Description
Boolean false

true to allow sorting; otherwise, false.

See Also