Skip to main content

TreeListCustomColumnSortEventArgs.Column Property

Gets the column whose values are being compared.

Namespace: DevExpress.Xpf.Grid.TreeList

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

NuGet Package: DevExpress.Wpf.Grid.Core

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