Skip to main content

TimeZoneEdit Class

A combo box used to specify a time zone.

Namespace: DevExpress.Xpf.Scheduler.UI

Assembly: DevExpress.Xpf.Scheduler.v14.2.dll

Declaration

[ToolboxTabName("DX.14.2: Scheduling")]
[DXToolboxBrowsable]
public class TimeZoneEdit :
    FixedSourceComboBoxEdit
<ToolboxTabName("DX.14.2: Scheduling")>
<DXToolboxBrowsable>
Public Class TimeZoneEdit
    Inherits FixedSourceComboBoxEdit

Remarks

The TimeZoneEdit control allows selection of a time zone. The identifier of the selected zone is available via the TimeZoneEdit.TimeZoneId property of the control.

The typical appearance of the TimeZoneEdit is shown below.

TimeZoneEdit

See Also