Skip to main content
A newer version of this page is available. .

DocumentManager.StateProvider Property

Provides an interface for developing scalable applications based on the ASPxRichEdit and ASPxSpreadsheet controls.

Namespace: DevExpress.Web.Office

Assembly: DevExpress.Web.v18.2.dll

Declaration

public static OfficeStateProviderBase StateProvider { get; set; }

Property Value

Type Description
DevExpress.Web.Office.OfficeStateProviderBase

An OfficeStateProviderBase object providing the interface.

See Also