Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TimeZoneEdit Class

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

Namespace: DevExpress.XtraScheduler.UI

Assembly: DevExpress.XtraScheduler.v24.2.dll

NuGet Package: DevExpress.Win.Scheduler

#Declaration

[ComVisible(false)]
public class TimeZoneEdit :
    LookUpEdit,
    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.24.2: Scheduling Visual Studio Toolbox tab with the Icon_TimeZoneEdit icon.

The TimeZoneEdit appears as illustrated below.

TimeZoneEdit

See Also