Back to Devexpress

MVCxSchedulerStorage Class

aspnetmvc-devexpress-dot-web-dot-mvc-7465953b.md

latest3.0 KB
Original Source

MVCxSchedulerStorage Class

A storage which holds data for the Scheduler control.

Namespace : DevExpress.Web.Mvc

Assembly : DevExpress.Web.Mvc5.v25.2.dll

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public class MVCxSchedulerStorage :
    ASPxSchedulerStorage
vb
Public Class MVCxSchedulerStorage
    Inherits ASPxSchedulerStorage

The following members return MVCxSchedulerStorage objects:

Remarks

The Scheduler control stores appointments and resource data in an object of the MVCxSchedulerStorage class. This storage can be accessed via the MVCxScheduler.Storage or the SchedulerSettings.Storage properties.

The MVCxSchedulerStorage.Appointments and MVCxSchedulerStorage.Resources properties provide access to the appointments and appointment resources respectively.

Implements

Show 11 items

IComponent

DevExpress.XtraScheduler.Internal.IInternalSchedulerStorageBase

ISupportInitialize

DevExpress.Utils.IBatchUpdateHandler

DevExpress.Web.ASPxScheduler.IASPxSchedulerStorage

ISchedulerStorageBase

DevExpress.Utils.IBatchUpdateable

DevExpress.XtraScheduler.Native.ISupportReminders

DevExpress.XtraScheduler.ISupportTimeZoneEngine

IDisposable

DevExpress.XtraScheduler.IDisposeState

Inheritance

Object MarshalByRefObject Component SchedulerStorageBase ASPxSchedulerStorage MVCxSchedulerStorage

See Also

MVCxSchedulerStorage Members

DevExpress.Web.Mvc Namespace