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

AppointmentFormTemplateContainer.TimeZonesEnabled Property

Gets the value that indicates whether time zones are enabled in the appointment form.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v18.2.dll

Declaration

public bool TimeZonesEnabled { get; }

Property Value

Type Description
Boolean

true, if time zones are enabled in the appointment form; otherwise, false.

See Also