MVCxGridViewExportSettings.PreserveGroupRowStates Property
Gets or sets whether the expanded state of group rows is preserved when the ASPxGridView’s data is exported.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v25.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Property Value
| Type | Description |
|---|---|
| Boolean | true to preserve the expanded state of group rows when the GridView’s data is exported; false to expand all group rows. |
Property Paths
You can access this nested property as listed below:
| Object Type | Path to PreserveGroupRowStates |
|---|---|
| GridViewSettings |
|
See Also