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

ASPxGridViewExportSettings.PreserveGroupRowStates Property

Gets or sets whether the expanded state of group rows is preserved when the ASPxGridView’s data is exported.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

[DefaultValue(false)]
public bool PreserveGroupRowStates { get; set; }

Property Value

Type Default Description
Boolean **false**

true to preserve the expanded state of group rows when the ASPxGridView’s data is exported; false to expand all group rows.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to PreserveGroupRowStates
ASP.NET Controls and MVC Extensions ASPxGridView
.SettingsExport.PreserveGroupRowStates
MVCxGridView
.SettingsExport.PreserveGroupRowStates
ASP.NET Bootstrap Controls BootstrapGridView
.SettingsExport.PreserveGroupRowStates
See Also