Back to Devexpress

ASPxSchedulerDataWebControlBase.Storage Property

aspnet-devexpress-dot-web-dot-aspxscheduler-dot-aspxschedulerdatawebcontrolbase.md

latest1.5 KB
Original Source

ASPxSchedulerDataWebControlBase.Storage Property

Provides access to the storage object of the scheduler control.

Namespace : DevExpress.Web.ASPxScheduler

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

NuGet Package : DevExpress.Web.Scheduler

Declaration

csharp
public ASPxSchedulerStorage Storage { get; }
vb
Public ReadOnly Property Storage As ASPxSchedulerStorage

Property Value

TypeDescription
ASPxSchedulerStorage

A ASPxSchedulerStorage object representing the storage for the scheduler control.

|

Remarks

Use this property to get access to the data storage which is used to hold and manage the appointments and resources data for the scheduler.

See Also

ASPxSchedulerDataWebControlBase Class

ASPxSchedulerDataWebControlBase Members

DevExpress.Web.ASPxScheduler Namespace