TimeRuler.AlwaysShowTimeDesignator Property
Gets or sets whether the AM/PM designator is shown for each hour.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
Declaration
[XtraSerializableProperty(XtraSerializationFlags.DefaultValue)]
public bool AlwaysShowTimeDesignator { get; set; }
Property Value
Type | Description |
---|---|
Boolean | true to show the AM/PM designator for each hour; false to show the AM/PM designator only once. |
Remarks
The image below shows the time ruler with the AlwaysShowTimeDesignator property set to true and false, respectively.
See Also