TimeRuler.ShowMinutes Property
Gets or sets whether the time ruler displays minutes. This is a dependency property.
Namespace: DevExpress.UI.Xaml.Scheduler
Assembly: DevExpress.UI.Xaml.Scheduler.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
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:
ShowMinutes - False | ShowMinutes - True |
---|---|
See Also