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