Back to Devexpress

CustomColumnSortEventArgs.Column Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-base-dot-customcolumnsorteventargs.md

latest1.3 KB
Original Source

CustomColumnSortEventArgs.Column Property

Gets the column whose values are being compared.

Namespace : DevExpress.XtraGrid.Views.Base

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
public GridColumn Column { get; set; }
vb
Public Property Column As GridColumn

Property Value

TypeDescription
GridColumn

A GridColumn whose values are being compared.

|

See Also

CustomColumnSortEventArgs Class

CustomColumnSortEventArgs Members

DevExpress.XtraGrid.Views.Base Namespace