aspnet-devexpress-dot-web-dot-aspxgridview-277bb2d7.md
Provides access to the ASPxGridView cookie and layout settings.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public ASPxGridViewCookiesSettings SettingsCookies { get; }
Public ReadOnly Property SettingsCookies As ASPxGridViewCookiesSettings
| Type | Description |
|---|---|
| ASPxGridViewCookiesSettings |
An ASPxGridViewCookiesSettings object that contains the control’s cookie and layout settings.
|
The SettingsCookies property allows you to specify cookie and layout storing settings.
Cookies
Layout Storing
Note
The grid layout is restored from cookies only on the first page load or after a postback. The grid doesn’t apply a new layout state from cookies during callbacks. Therefore, it’s not possible to apply the new cookies state modified on the client side via ASPxClientUtils.DeleteCookie to the grid without performing a full page reload.
See Also