ASPxRibbon.SaveStateToCookies Property
Gets or sets a value that specifies whether cookies are used to persist information about the control.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | false |
|
Remarks
Use the SaveStateToCookies property to control whether a cookie is used to maintain information about the control. If the browser or device supports cookies, then cookies are used to persist this information; otherwise, information is lost between different requests for the same page from the browser of the client device.
When this property is set to true
, the ASPxRibbon.SaveStateToCookiesID property can also be used to specify how information should be persisted in cookies.