Skip to main content
A newer version of this page is available. .

AppointmentXmlPersistenceHelper.Storage Property

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

Namespace: DevExpress.XtraScheduler.Xml

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

Declaration

public IAppointmentStorageBase Storage { get; }

Property Value

Type Description
IAppointmentStorageBase

AN IAppointmentStorageBase object that is the appointment storage.

See Also