TreeListImageColumn.AllowSort Property
Gets or sets whether end-users can sort data by the column’s values.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.1.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. |
|
False | The value is false. |
|
Default | The value is specified by a global option or a higher-level object. |
|
Remarks
Automatic sorting is not available for columns of the TreeListImageColumn type. If you need to have a sortable image column, you should implement custom sorting logic by handling the ASPxTreeList.CustomNodeSort event.
See Also