Skip to main content
A newer version of this page is available.
All docs
V18.2

MVCxAppointmentStorage.DataManager Property

For internal use only.

Namespace: DevExpress.Web.Mvc

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

Declaration

public AppointmentDataManager DataManager { get; }

Property Value

Type Description
DevExpress.XtraScheduler.Data.AppointmentDataManager

A DevExpress.XtraScheduler.Data.AppointmentDataManager object.

See Also