Back to Devexpress

ASPxTimeZoneEdit Class

aspnet-devexpress-dot-web-dot-aspxscheduler-99f47738.md

latest3.9 KB
Original Source

ASPxTimeZoneEdit Class

A combo box editor used to specify a time zone.

Namespace : DevExpress.Web.ASPxScheduler

Assembly : DevExpress.Web.ASPxScheduler.v25.2.dll

NuGet Package : DevExpress.Web.Scheduler

Declaration

csharp
public class ASPxTimeZoneEdit :
    ASPxSchedulerRelatedControl
vb
Public Class ASPxTimeZoneEdit
    Inherits ASPxSchedulerRelatedControl

Remarks

The control allows selection of a time zone for an ASPxScheduler control, specified by the ASPxSchedulerRelatedControlBase.MasterControlID property.

The control transfers information about the selected time zone from the client to the server side of the ASPxScheduler control. The ASPxScheduler control uses the server’s time zone by default. At present, the ASPxScheduler has no method to detect the time zone of the browser in which it operates. A simple way to accomplish this task is to use the ASPxTimeZoneEdit control.

The identifier of the selected zone is available via the SchedulerOptionsBehaviorBase.ClientTimeZoneId property of the Scheduler.

The common appearance of the ASPxTimeZoneEdit is shown below.

Implements

Show 14 items

IComponent

IDisposable

IParserAccessor

IDataBindingsAccessor

IControlBuilderAccessor

IControlDesignerAccessor

IExpressionsAccessor

IAttributeAccessor

IUrlResolutionService

INamingContainer

IPostBackDataHandler

IPostBackEventHandler

ICallbackEventHandler

IPropertiesOwner

Inheritance

Object Control WebControl ASPxWebControlBase ASPxWebControl ASPxSchedulerRelatedControlBase ASPxSchedulerRelatedControl ASPxTimeZoneEdit BootstrapSchedulerTimeZoneEdit

MVCxTimeZoneEdit

See Also

ASPxTimeZoneEdit Members

DevExpress.Web.ASPxScheduler Namespace