Skip to main content

TimeRuler.ShowMinutes Property

Gets or sets whether the time ruler displays minutes. This is a dependency property.

Namespace: DevExpress.WinUI.Scheduler

Assembly: DevExpress.WinUI.Scheduler.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(false, Handler = "InvalidateTimeRulers")]
public bool ShowMinutes { get; set; }

Property Value

Type Description
Boolean

true, to display minutes; otherwise, false.

Remarks

Use the ShowMinutes property to show or hide minutes in the time ruler. The time ruler appearance with and without minutes is illustrated below:

ShowMinutes - False

ShowMinutes - True

DevExpress WinUI Scheduler - TimeRuler - No Minutes

DevExpress WinUI Scheduler - TimeRuler - Minutes

See Also