Back to Devexpress

ASPxSchedulerStorage.Appointments Property

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

latest1.5 KB
Original Source

ASPxSchedulerStorage.Appointments Property

Gets a storage object that contains appointment related information.

Namespace : DevExpress.Web.ASPxScheduler

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

NuGet Package : DevExpress.Web.Scheduler

Declaration

csharp
public ASPxAppointmentStorage Appointments { get; }
vb
Public ReadOnly Property Appointments As ASPxAppointmentStorage

Property Value

TypeDescription
ASPxAppointmentStorage

An ASPxAppointmentStorage object, that represents the storage for appointment related information.

|

Remarks

The Appointments property provides access to an object of theASPxAppointmentStorage type which represents the storage for appointment related information.

See Also

ASPxSchedulerStorage Class

ASPxSchedulerStorage Members

DevExpress.Web.ASPxScheduler Namespace