TimeRuler.ShowMinutes Property
Gets or sets whether minutes are displayed by the time ruler.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | false | true to display minutes; otherwise, false. |
Remarks
The image below shows the time ruler when its ShowMinutes property is set to false and true, respectively.
See Also