A newer version of this page is available.
Switch to the current version.
SchedulerDataStorage.Appointments Property
Gets a storage object that contains appointments.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v19.1.dll
Declaration
public AppointmentDataStorage Appointments { get; }
Public ReadOnly Property Appointments As AppointmentDataStorage
Property Value
Type | Description |
---|---|
AppointmentDataStorage | An AppointmentDataStorage object that is the storage for appointments. |
See Also
Feedback