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

AppointmentModificationControllerBase.TimeZonesEnabled Property

Gets whether the appointment’s time zone information can be edited in the form.

Namespace: DevExpress.XtraScheduler.Native

Assembly: DevExpress.XtraScheduler.v19.1.Core.dll

Declaration

public bool TimeZonesEnabled { get; }

Property Value

Type Description
Boolean

True to edit time zone information; otherwise, false.

Remarks

The TimeZonesEnabled is true if the SchedulerStorageBase.EnableTimeZones is true for the controller’s scheduler storage.

See Also