Skip to main content
All docs
V19.2

MVCxAppointmentStorage.DataManager Property

For internal use only.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.2.dll

Declaration

public AppointmentDataManager DataManager { get; }

Property Value

Type Description
DevExpress.XtraScheduler.Data.AppointmentDataManager

A DevExpress.XtraScheduler.Data.AppointmentDataManager object.

See Also