Back to Devexpress

ColumnBase.ActualAllowSorting Property

wpf-devexpress-dot-xpf-dot-grid-dot-columnbase-3e217312.md

latest1.7 KB
Original Source

ColumnBase.ActualAllowSorting Property

Gets whether an end-user can sort data by the column’s values. This is a dependency property.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public bool ActualAllowSorting { get; }
vb
Public ReadOnly Property ActualAllowSorting As Boolean

Property Value

TypeDescription
Boolean

true if an end-user can sort data by the column’s values; otherwise, false.

|

Remarks

If the column’s ColumnBase.AllowSorting property is set to ‘Default’, its behavior is controlled by the view’s DataViewBase.AllowSorting property. In this case, to determine whether an end-user can actually sort data by the values of this column, use the ActualAllowSorting property.

To learn more, see Sorting.

See Also

ColumnBase.AllowSorting

DataViewBase.AllowSorting

ColumnBase Class

ColumnBase Members

DevExpress.Xpf.Grid Namespace