Skip to main content
Tab

ASPxGridViewCookiesSettings.StoreColumnsVisiblePosition Property

Gets or sets whether a cookie and layout data contain information on a column’s visible position.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
Boolean true

true, to add information on a column’s visible position to a cookie and layout data; otherwise, false.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to StoreColumnsVisiblePosition
ASP.NET MVC Extensions GridViewSettings
.SettingsCookies .StoreColumnsVisiblePosition
MVCxGridViewProperties
.SettingsCookies .StoreColumnsVisiblePosition
ASP.NET Web Forms Controls ASPxGridView
.SettingsCookies .StoreColumnsVisiblePosition
GridViewProperties
.SettingsCookies .StoreColumnsVisiblePosition

Remarks

When the ASPxGridCookiesSettings.Enabled property is set to true, the StoreColumnsVisiblePosition property specifies whether information on a column’s visible position is saved to a cookie.

Additionally, the StoreColumnsVisiblePosition property specifies whether information on a column’s visible position is saved to layout data when handling the ASPxGridBase.ClientLayout event or calling the ASPxGridBase.SaveClientLayout method.

See Also