Skip to main content

TreeListCustomNodeSortEventArgs.Column Property

Gets the column whose values are being compared.

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

Declaration

public TreeListDataColumn Column { get; }

Property Value

Type Description
TreeListDataColumn

A TreeListDataColumn object that represents the column that contains the values to compare.

See Also