Back to Devexpress

CustomColumnSortEventArgs.Column Property

wpf-devexpress-dot-xpf-dot-grid-dot-customcolumnsorteventargs-40a48379.md

latest1.1 KB
Original Source

CustomColumnSortEventArgs.Column Property

Gets the column whose values are being compared.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

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

Property Value

TypeDescription
GridColumn

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

|

See Also

CustomColumnSortEventArgs Class

CustomColumnSortEventArgs Members

DevExpress.Xpf.Grid Namespace