Skip to main content
Tab

ASPxVerticalGridCookiesSettings.StoreRowsExpandedState Property

Gets or sets whether a cookie and layout data contain information on the expansion state of the grid’s expandable rows.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(true)]
public bool StoreRowsExpandedState { get; set; }

Property Value

Type Default Description
Boolean true

true, to add the information about the expansion state of expandable rows to a cookie and layout data; otherwise, false.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to StoreRowsExpandedState
ASP.NET MVC Extensions VerticalGridSettings
.SettingsCookies .StoreRowsExpandedState
ASP.NET Web Forms Controls ASPxVerticalGrid
.SettingsCookies .StoreRowsExpandedState

Remarks

When the ASPxGridCookiesSettings.Enabled property is set to true, the StoreRowsExpandedState property specifies whether information on the expansion state of the grid’s category rows and rows that have child rows of the ASPxGridView is saved to a cookie.

Additionally, the StoreRowsExpandedState property specifies whether the expansion state of rows is saved to layout data when handling the ASPxGridBase.ClientLayout event or calling the ASPxGridBase.SaveClientLayout method.

See Also