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.XtraGrid.Views.Base

Assembly: DevExpress.XtraGrid.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Grid

Declaration

public GridColumn Column { get; set; }

Property Value

Type Description
GridColumn

A GridColumn whose values are being compared.

See Also