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

TreeListCustomColumnSortEventArgs.Column Property

Gets the column whose values are being compared.

Namespace: DevExpress.Xpf.Grid.TreeList

Assembly: DevExpress.Xpf.Grid.v18.2.dll

Declaration

public ColumnBase Column { get; }

Property Value

Type Description
ColumnBase

A ColumnBase descendant that is the column which contains the values to compare.

See Also