Back to Devexpress

TimeRuler.ShowMinutes Property

corelibraries-devexpress-dot-xtrascheduler-dot-timeruler-dbbdebb0.md

latest1.3 KB
Original Source

TimeRuler.ShowMinutes Property

Gets or sets whether minutes are displayed by the time ruler.

Namespace : DevExpress.XtraScheduler

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

NuGet Package : DevExpress.Scheduler.CoreDesktop

Declaration

csharp
[DefaultValue(false)]
public bool ShowMinutes { get; set; }
vb
<DefaultValue(False)>
Public Property ShowMinutes As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

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

TimeRuler Class

TimeRuler Members

DevExpress.XtraScheduler Namespace