TimeRuler.TimeZone Property
In This Article
Gets or sets the time zone displayed by the time ruler. This is a dependency property.
Namespace: DevExpress.WinUI.Scheduler
Assembly: DevExpress.WinUI.Scheduler.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
[DP(null, Handler = "InvalidateTimeRulers")]
[TypeConverter(typeof(TimeZoneInfoTypeConverter))]
public TimeZoneInfo TimeZone { get; set; }
#Property Value
Type | Description |
---|---|
Time |
A System. |
See Also