Skip to main content

CustomColumnSortEventArgs.Column Property

Gets the column whose values are being compared.

Namespace: DevExpress.Xpf.Grid

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

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public GridColumn Column { get; }

Property Value

Type Description
GridColumn

A GridColumn object, representing the column that contains the values to compare.

See Also