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

MVCxAppointmentStorage.UnboundMode Property

For internal use.

Namespace: DevExpress.Web.Mvc

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

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