Back to Devexpress

ColumnView.SortInfoState Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-base-dot-columnview-1640f7bf.md

latest1.7 KB
Original Source

ColumnView.SortInfoState Property

This member supports the internal infrastructure, and is not intended to be used directly from your code.

Namespace : DevExpress.XtraGrid.Views.Base

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[XtraSerializableProperty(XtraSerializationVisibility.Collection, true, false, true, 1000, XtraSerializationFlags.CollectionContent)]
[XtraSerializablePropertyId(3)]
public GridColumnsSortInfoState SortInfoState { get; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
<XtraSerializableProperty(XtraSerializationVisibility.Collection, True, False, True, 1000, XtraSerializationFlags.CollectionContent)>
<XtraSerializablePropertyId(3)>
Public ReadOnly Property SortInfoState As GridColumnsSortInfoState

Property Value

TypeDescription
DevExpress.XtraGrid.Columns.GridColumnsSortInfoState

The GridColumnsSortInfoState object.

|

See Also

ColumnView Class

ColumnView Members

DevExpress.XtraGrid.Views.Base Namespace