Skip to main content

DocumentManager.StateProvider Property

Specifies a custom session-state store provider.

Namespace: DevExpress.Web.Office

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public static OfficeStateProviderBase StateProvider { get; set; }

Property Value

Type Description
OfficeStateProviderBase

A custom session-state store provider.

See Also