Skip to main content

TimeZoneEdit.TimeZoneInfos Property

Provides access to the time zone information displayed by the TimeZoneEdit. This is a dependency property.

Namespace: DevExpress.Xpf.Scheduling.Editors

Assembly: DevExpress.Xpf.Scheduling.v23.2.dll

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public ReadOnlyCollection<TimeZoneInfo> TimeZoneInfos { get; }

Property Value

Type Description
ReadOnlyCollection<TimeZoneInfo>

A ReadOnlyCollection<T><TimeZoneInfo,> object that is the collection of TimeZoneInfo objects.

See Also