A newer version of this page is available.
Switch to the current version.
TimeZoneEdit Class
The combo box that displays a list of time zones in its drop-down menu.
Namespace: DevExpress.XtraScheduler.UI
Assembly: DevExpress.XtraScheduler.v18.2.dll
Declaration
[ToolboxBitmap(typeof(SchedulerControl), "Bitmaps256.TimeZoneEdit.bmp")]
[ComVisible(false)]
public class TimeZoneEdit :
LookUpEdit,
ISmartDesignerActionListOwner
<ToolboxBitmap(GetType(SchedulerControl), "Bitmaps256.TimeZoneEdit.bmp")>
<ComVisible(False)>
Public Class TimeZoneEdit
Inherits LookUpEdit
Implements ISmartDesignerActionListOwner
Remarks
The control allows you to select the TimeZoneInfo. The identifier of the selected zone is available via the TimeZoneEdit.TimeZoneId property of the control. Use it to specify the SchedulerOptionsBehaviorBase.ClientTimeZoneId property value.
The control appears in the DX.18.2: Scheduling Visual Studio Toolbox tab with the icon.
The TimeZoneEdit appears as illustrated below.
Implements
Inheritance
See Also
Feedback