Back to Devexpress

ColumnBase.IsSorted Property

wpf-devexpress-dot-xpf-dot-grid-dot-columnbase-adb5c155.md

latest1.3 KB
Original Source

ColumnBase.IsSorted Property

Gets whether data is sorted by the values of this column. This is a dependency property.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public bool IsSorted { get; }
vb
Public ReadOnly Property IsSorted As Boolean

Property Value

TypeDescription
Boolean

true if data is sorted by the values of this column; otherwise, false.

|

Remarks

To learn more, see Sorting and Sorting in Code.

See Also

SortBy

ColumnBase Class

ColumnBase Members

DevExpress.Xpf.Grid Namespace