AppointmentModificationControllerBase.TimeZonesEnabled Property
Gets whether the appointment’s time zone information can be edited in the form.
Namespace: DevExpress.XtraScheduler.Native
Assembly: DevExpress.XtraScheduler.v26.1.Core.Desktop.dll
Declaration
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