Back to Devexpress

ASPxFileManager.SaveStateToCookies Property

aspnet-devexpress-dot-web-dot-aspxfilemanager-40af6713.md

latest1.8 KB
Original Source

ASPxFileManager.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.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(false)]
public bool SaveStateToCookies { get; set; }
vb
<DefaultValue(False)>
Public Property SaveStateToCookies As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

true if information is persisted in cookies; otherwise, 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 client device’s browser.

When this property is set to true, the ASPxFileManager.SaveStateToCookiesID property can also be used to specify how information should be persisted in cookies.

See Also

Cookies Support

File Manager

ASPxFileManager Class

ASPxFileManager Members

DevExpress.Web Namespace