Skip to main content

TreeListBinaryImageColumn.AllowSort Property

Gets or sets whether end-users can sort data by the column’s values.

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(DefaultBoolean.False)]
public override DefaultBoolean AllowSort { get; set; }

Property Value

Type Default Description
DefaultBoolean False

One of the enumeration values.

Available values:

Name Description Return Value
True

The value is true.

0

False

The value is false.

1

Default

The value is specified by a global option or a higher-level object.

2

Remarks

Automatic sorting is not available for columns of the TreeListBinaryImageColumn type. If you need to have a sortable binary image column, you should implement custom sorting logic by handling the ASPxTreeList.CustomNodeSort event.

See Also