ASPxGridViewCookiesSettings.StoreControlWidth Property
Gets or sets whether a cookie and layout data contain information on the grid control width.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | false |
|
Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to StoreControlWidth |
---|---|---|
ASP.NET Web Forms Controls | ASPxGridView |
|
GridViewProperties |
|
|
ASP.NET MVC Extensions | GridViewSettings |
|
MVCxGridViewProperties |
|
Remarks
When the ASPxGridCookiesSettings.Enabled property is set to true
, the StoreControlWidth property specifies whether information on the grid control width is saved to a cookie.
Additionally, the StoreControlWidth property specifies whether information on the grid control width is saved to layout data when handling the ASPxGridBase.ClientLayout event or calling the ASPxGridBase.SaveClientLayout method.