ASPxVerticalGridCookiesSettings Class
Provides cookies and layout settings for the ASPxVerticalGrid.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class ASPxVerticalGridCookiesSettings :
ASPxGridCookiesSettings
#Related API Members
The following members return ASPxVerticalGridCookiesSettings objects:
Library | Related API Members |
---|---|
ASP. |
ASPx |
ASP. |
Vertical |
#Remarks
The ASPxVerticalGridCookiesSettings class provides a set of properties that are applied to cookies and layout storage settings. An object of the ASPxVerticalGridCookiesSettings class can be accessed by the ASPxVerticalGrid.SettingsCookies property.
Cookies
The properties provided by the ASPxVerticalGridCookiesSettings class allow you to enable cookies and specify which information on the ASPxVerticalGrid state can be saved to cookies. To enable cookies, set the ASPxGridCookiesSettings.Enabled property to
true
.Layout Storing
The properties provided by the ASPxVerticalGridCookiesSettings class allow you to specify which information on the ASPxVerticalGrid layout will be saved when handling the ASPxGridBase.ClientLayout event or calling the ASPxGridBase.SaveClientLayout method.