Skip to main content
A newer version of this page is available. .

ColumnBase.ActualAllowSorting Property

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

Namespace: DevExpress.UI.Xaml.Grid

Assembly: DevExpress.UI.Xaml.Grid.v18.2.dll

Declaration

public bool ActualAllowSorting { get; }

Property Value

Type Description
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 grid’s DataControlBase.AllowSorting property. In this instance, to determine whether an end-user can actually sort data by the values of this column, use the ActualAllowSorting property.

See Also