Skip to main content

TimeRuler.AlwaysShowTimeDesignator Property

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

Namespace: DevExpress.XtraScheduler

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

NuGet Package: DevExpress.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