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

AppointmentStorageBase.DataManager Property

For internal use only.

Namespace: DevExpress.XtraScheduler

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

Declaration

[Browsable(false)]
public AppointmentDataManager DataManager { get; }

Property Value

Type Description
DevExpress.XtraScheduler.Data.AppointmentDataManager

A DevExpress.XtraScheduler.Data.AppointmentDataManager object.

See Also