Skip to main content

CustomColumnSortEventArgs.Column Property

Gets the column whose values are being compared.

Namespace: DevExpress.UI.Xaml.Grid

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

NuGet Package: DevExpress.Uwp.Controls

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