Skip to main content
A newer version of this page is available. .

ColumnView.SortInfoState Property

Namespace: DevExpress.XtraGrid.Views.Base

Assembly: DevExpress.XtraGrid.v19.1.dll

Declaration

[Browsable(false)]
[XtraSerializableProperty(XtraSerializationVisibility.Collection, true, false, true, 1000, XtraSerializationFlags.CollectionContent)]
[XtraSerializablePropertyId(3)]
public GridColumnsSortInfoState SortInfoState { get; }

Property Value

Type
DevExpress.XtraGrid.Columns.GridColumnsSortInfoState
See Also