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

ASPxSchedulerStorageControl Class

Represents a non-visual component that implements all scheduler-based data operations using third-party web controls.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v19.1.dll

Declaration

public class ASPxSchedulerStorageControl :
    ASPxSchedulerDataWebControlBase,
    IMasterControl

Remarks

The ASPxSchedulerStorageControl class is a non-visual control which allows Appointments to be scheduled and displayed.

The ASPxSchedulerStorageControl doesn’t store the appointments and Resources for Appointments it displays. The control’s data is stored in a standalone object represented by the ASPxSchedulerStorage class. This storage should be assigned to the ASPxSchedulerDataWebControlBase.Storage property.

Note

The client-side equivalent of this scheduler control is represented by the ASPxClientSchedulerStorageControl object. The client-side API for this control is always enabled. Available client events can be accessed via the ASPxSchedulerStorageControl.ClientSideEvents property.

See Also