TimeZoneEdit Class
In This Article
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
#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.
#Inheritance
Object
DispatcherObject
DependencyObject
Visual
UIElement
FrameworkElement
Control
BaseEdit
TextEditBase
TextEdit
ButtonEdit
PopupBaseEdit
LookUpEditBase
ComboBoxEdit
DevExpress.Xpf.Scheduler.UI.FixedSourceComboBoxEdit
TimeZoneEdit
#Extension Methods
See Also