Back to Devexpress

GridView.GroupSummarySortInfoState Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-dot-gridview-6d57f462.md

latest1.5 KB
Original Source

GridView.GroupSummarySortInfoState Property

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

Namespace : DevExpress.XtraGrid.Views.Grid

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[XtraSerializableProperty(1001)]
[XtraSerializablePropertyId(3)]
public string GroupSummarySortInfoState { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
<XtraSerializableProperty(1001)>
<XtraSerializablePropertyId(3)>
Public Property GroupSummarySortInfoState As String

Property Value

TypeDescription
String

A string.

|

See Also

GridView Class

GridView Members

DevExpress.XtraGrid.Views.Grid Namespace