Back to Devexpress

TimeZoneEdit Class

windowsforms-devexpress-dot-xtrascheduler-dot-ui-f810ef4d.md

latest3.0 KB
Original Source

TimeZoneEdit Class

The combo box that displays a list of time zones in its drop-down menu.

Namespace : DevExpress.XtraScheduler.UI

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
[ComVisible(false)]
[DXLicenseWinForms]
public class TimeZoneEdit :
    LookUpEdit,
    ISmartDesignerActionListOwner
vb
<ComVisible(False)>
<DXLicenseWinForms>
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.25.2: Scheduling Visual Studio Toolbox tab with the icon.

The TimeZoneEdit appears as illustrated below.

Implements

IXtraResizableControl

Inheritance

Show 15 items

Object MarshalByRefObject Component Control DevExpress.XtraEditors.XtraControl ControlBase BaseControl BaseEdit TextEdit ButtonEdit PopupBaseEdit PopupBaseAutoSearchEdit LookUpEditBase LookUpEdit TimeZoneEdit

See Also

TimeZoneEdit Members

ClientTimeZoneId

Scheduler Time Zones

DevExpress.XtraScheduler.UI Namespace