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.v24.1.dll
NuGet Package: DevExpress.Wpf.Scheduling
Declaration
Property Value
Type | Description |
---|---|
ReadOnlyCollection<TimeZoneInfo> | A ReadOnlyCollection<T><TimeZoneInfo,> object that is the collection of TimeZoneInfo objects. |
See Also