Skip to main content

AppointmentXmlPersistenceHelper.Storage Property

Provides access to the appointment storage used for serialization - deserialization.

Namespace: DevExpress.XtraScheduler.Xml

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

NuGet Package: DevExpress.Scheduler.Core

Declaration

public IAppointmentStorageBase Storage { get; }

Property Value

Type Description
IAppointmentStorageBase

AN IAppointmentStorageBase object that is the appointment storage.

See Also