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.v19.2.dll

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
GridViewSettings
.SettingsCookies.StoreColumnsHierarchy
GridViewSettings<RowType>
.SettingsCookies.StoreColumnsHierarchy
MVCxGridView
.SettingsCookies.StoreColumnsHierarchy
MVCxGridViewProperties
.SettingsCookies.StoreColumnsHierarchy
ASP.NET Bootstrap Controls BootstrapGridView
.SettingsCookies.StoreColumnsHierarchy
See Also