Back to Devexpress

GridOptionsBehavior.KeepGroupExpandedOnSorting Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-dot-gridoptionsbehavior-68a1e517.md

latest2.1 KB
Original Source

GridOptionsBehavior.KeepGroupExpandedOnSorting Property

Gets or sets a value specifying whether the group rows’ expanded state is preserved when applying data sorting.

Namespace : DevExpress.XtraGrid.Views.Grid

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
[DefaultValue(true)]
[XtraSerializableProperty]
public virtual bool KeepGroupExpandedOnSorting { get; set; }
vb
<DefaultValue(True)>
<XtraSerializableProperty>
Public Overridable Property KeepGroupExpandedOnSorting As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true to preserve the group rows’ expanded state when sorting; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to KeepGroupExpandedOnSorting
GridView

.OptionsBehavior .KeepGroupExpandedOnSorting

|

Remarks

If the KeepGroupExpandedOnSorting property value is false , all groups are collapsed when applying data sorting or when changing the sort order.

See Also

GridOptionsBehavior Class

GridOptionsBehavior Members

DevExpress.XtraGrid.Views.Grid Namespace