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

LookUpColumnInfo.AllowSort Property

Gets or sets whether the column supports data sorting.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

[DefaultValue(DefaultBoolean.Default)]
[DXCategory("Behavior")]
public DefaultBoolean AllowSort { get; set; }

Property Value

Type Default Description
DefaultBoolean **Default**

A DefaultBoolean value that specifies whether data sorting is enabled for the current column.

Available values:

Name Description
True

Corresponds to a Boolean value of true.

False

Corresponds to a Boolean value of false.

Default

The value is determined by the current object’s parent object setting (e.g., a control setting).

Remarks

If the AllowSort property is set to Default, sorting is enabled if the column is bound to a field of a sortable type.

See Also