Skip to main content
A newer version of this page is available. .

TimeRuler.AlwaysShowTimeDesignator Property

Gets or sets whether the AM/PM designator is shown for each hour.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v20.2.Core.Desktop.dll

NuGet Packages: DevExpress.Scheduler.CoreDesktop, DevExpress.WindowsDesktop.Scheduler.CoreDesktop

Declaration

[DefaultValue(false)]
public bool AlwaysShowTimeDesignator { get; set; }

Property Value

Type Default Description
Boolean **false**

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.

TimeRuler_AlwaysShowTimeDesignator

See Also