Skip to main content

AppointmentModificationControllerBase.TimeZonesEnabled Property

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

Namespace: DevExpress.XtraScheduler.Native

Assembly: DevExpress.XtraScheduler.v23.2.Core.Desktop.dll

NuGet Package: DevExpress.Scheduler.CoreDesktop

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