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.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
| Type | Default | Description |
|---|---|---|
| Boolean | true |
|
Property Paths
You can access this nested property as listed below:
| Library | Object Type | Path to StoreColumnsVisiblePosition |
|---|---|---|
| ASP.NET MVC Extensions | GridViewSettings |
|
| MVCxGridViewProperties |
|
|
| ASP.NET Web Forms Controls | ASPxGridView |
|
| GridViewProperties |
|
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.