Skip to main content
Tab

ASPxGridViewCookiesSettings.StoreColumnsHierarchy Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.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 MVC Extensions GridViewSettings
.SettingsCookies .StoreColumnsHierarchy
MVCxGridViewProperties
.SettingsCookies .StoreColumnsHierarchy
ASP.NET Web Forms Controls ASPxGridView
.SettingsCookies .StoreColumnsHierarchy
GridViewProperties
.SettingsCookies .StoreColumnsHierarchy
See Also