Skip to main content

MVCxAppointmentStorage.UnboundMode Property

For internal use.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public override bool UnboundMode { get; }

Property Value

Type
Boolean

Remarks

In MVC applications, the UnboundMode property has a different meaning than the similar SchedulerControl.UnboundMode property. You are advised against using it in your application, since it will return false in most situations.

See Also