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

ASPxGridViewCookiesSettings.StoreColumnsHierarchy Property

Gets or sets whether a cookie contains information on a column’s hierarchy.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
Boolean **true**

true, to add information on a column’s hierarchy to a cookie; otherwise, false.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to StoreColumnsHierarchy
ASP.NET Controls and MVC Extensions ASPxGridView
.SettingsCookies .StoreColumnsHierarchy
GridViewProperties
.SettingsCookies .StoreColumnsHierarchy
ASP.NET Bootstrap Controls BootstrapGridView
.SettingsCookies .StoreColumnsHierarchy
ASP.NET MVC Extensions GridViewSettings
.SettingsCookies .StoreColumnsHierarchy
GridViewSettings<RowType>
.SettingsCookies .StoreColumnsHierarchy
MVCxGridView
.SettingsCookies .StoreColumnsHierarchy
MVCxGridViewProperties
.SettingsCookies .StoreColumnsHierarchy
See Also