Skip to main content
Tab

ASPxGridViewExporter.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.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(false)]
public virtual 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.

See Also