aspnet-devexpress-dot-web-dot-aspxscheduler-541f2af5.md
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.v25.2.dll
NuGet Package : DevExpress.Web.Scheduler
public class ASPxSchedulerStorageControl :
ASPxSchedulerDataWebControlBase,
IMasterControl
Public Class ASPxSchedulerStorageControl
Inherits ASPxSchedulerDataWebControlBase
Implements IMasterControl
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.
Show 15 items
Object Control WebControl ASPxWebControlBase ASPxWebControl ASPxDataWebControlBase ASPxDataWebControl ASPxSchedulerDataWebControlBase ASPxSchedulerStorageControl MVCxSchedulerStorageControl
See Also