Skip to main content

ASPxTimeZoneEdit Class

A combo box editor used to specify a time zone.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v26.1.dll

Declaration

public class ASPxTimeZoneEdit :
    ASPxSchedulerRelatedControl

Remarks

The control allows selection of a time zone for an ASPxScheduler control, specified by the ASPxSchedulerRelatedControlBase.MasterControlID property.

The ASPxScheduler control cannot detect the browser time zone and uses the server’s time zone by default. Use the ASPxTimeZoneEdit control to transfer information about the selected time zone from the client to the server side of the ASPxScheduler control.

The identifier of the selected zone is available via the SchedulerOptionsBehaviorBase.ClientTimeZoneId property of the Scheduler.

The common appearance of the ASPxTimeZoneEdit is shown below.

ASPxTimeZoneEdit

See Also