Skip to main content
Tab

ASPxSplitter.SaveStateToCookies Property

Gets or sets a value that specifies whether cookies are used to persist the visibility state and position of the splitter control’s panes.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(false)]
public bool SaveStateToCookies { get; set; }

Property Value

Type Default Description
Boolean false

true if the pane’s position is persisted in cookies; otherwise, false.

Remarks

Use the SaveStateToCookies property to control whether a cookie is used to maintain information about the panes. If the browser or device supports cookies, then cookies are used to persist the pane’s position; otherwise, information about the splitter panes is lost between different requests for the same page from the client device’s browser.

When this property is set to true, the ASPxSplitter.SaveStateToCookiesID property can be also used to specify how the splitter’s state information should be persisted in cookies.

See Also