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

CustomColumnSortEventArgs.Column Property

Gets the column whose values are being compared.

Namespace: DevExpress.UI.Xaml.Grid

Assembly: DevExpress.UI.Xaml.Grid.v19.2.dll

Declaration

public GridColumnBase Column { get; }

Property Value

Type Description
GridColumnBase

A GridColumnBase descendant that represents the column that contains the values to compare.

See Also