Back to Devexpress

ASPxGridView.SettingsCookies Property

aspnet-devexpress-dot-web-dot-aspxgridview-277bb2d7.md

latest1.8 KB
Original Source

ASPxGridView.SettingsCookies Property

Provides access to the ASPxGridView cookie and layout settings.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public ASPxGridViewCookiesSettings SettingsCookies { get; }
vb
Public ReadOnly Property SettingsCookies As ASPxGridViewCookiesSettings

Property Value

TypeDescription
ASPxGridViewCookiesSettings

An ASPxGridViewCookiesSettings object that contains the control’s cookie and layout settings.

|

Remarks

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

Cookies Support

Grid View

ASPxGridView Class

ASPxGridView Members

DevExpress.Web Namespace