Skip to main content

TimeRuler.ShowMinutes Property

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

Namespace: DevExpress.XtraScheduler

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

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

[DefaultValue(false)]
public bool ShowMinutes { get; set; }

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.

TimeRuler_ShowMinutes

See Also