Skip to main content
All docs
V18.2

SchedulerStorageBase.SetAppointmentStorage(IAppointmentStorageBase) Method

Specifies the appointment storage for the current ShedulerStorage component.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v18.2.Core.dll

Declaration

[Browsable(false)]
[DXBrowsable(false)]
public virtual void SetAppointmentStorage(
    IAppointmentStorageBase appointmentStorage
)

Parameters

Name Type Description
appointmentStorage IAppointmentStorageBase

An IAppointmentStorageBase object that is the appointment storage.

See Also