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

AppointmentModificationControllerBase.IsTimeEnabled Property

Gets whether the Start and End time editors are enabled on the form.

Namespace: DevExpress.XtraScheduler.Native

Assembly: DevExpress.XtraScheduler.v18.2.Core.dll

Declaration

public virtual bool IsTimeEnabled { get; }

Property Value

Type Description
Boolean

True, to enable time editors on the form; otherwise, false.

Remarks

The Start and End time editors should be disabled if the appointment being edited is the appointment pattern or an appointment with the Appointment.AllDay property set to true.

See Also