Skip to main content

TimeRuler.ShowMinutes Property

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

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v24.1.Core.Desktop.dll

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

[XtraSerializableProperty(XtraSerializationFlags.DefaultValue)]
public bool ShowMinutes { get; set; }

Property Value

Type Description
Boolean

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