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

AppointmentFormTemplateContainer.CanEditResource Property

Gets a value that indicates whether a resource can be changed for the appointment which is currently being edited in the form.

Namespace: DevExpress.Web.ASPxScheduler

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

Declaration

public bool CanEditResource { get; }

Property Value

Type Description
Boolean

true if the appointment’s resource can be changed; otherwise, false.

See Also