Back to Devexpress

ASPxSchedulerStorageControl Class

aspnet-devexpress-dot-web-dot-aspxscheduler-541f2af5.md

latest4.3 KB
Original Source

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

NuGet Package : DevExpress.Web.Scheduler

Declaration

csharp
public class ASPxSchedulerStorageControl :
    ASPxSchedulerDataWebControlBase,
    IMasterControl
vb
Public Class ASPxSchedulerStorageControl
    Inherits ASPxSchedulerDataWebControlBase
    Implements 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.

Implements

Show 15 items

IComponent

IDisposable

IParserAccessor

IDataBindingsAccessor

IControlBuilderAccessor

IControlDesignerAccessor

IExpressionsAccessor

IAttributeAccessor

IUrlResolutionService

INamingContainer

IPostBackDataHandler

IPostBackEventHandler

ICallbackEventHandler

IPropertiesOwner

IDataSourceViewSchemaAccessor

Inheritance

Object Control WebControl ASPxWebControlBase ASPxWebControl ASPxDataWebControlBase ASPxDataWebControl ASPxSchedulerDataWebControlBase ASPxSchedulerStorageControl MVCxSchedulerStorageControl

See Also

ASPxSchedulerStorageControl Members

DevExpress.Web.ASPxScheduler Namespace