TimeRuler.ShowMinutes Property
In This Article
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
#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:
Show | Show |
---|---|
See Also