Skip to main content
A newer version of this page is available. .

TimeRuler.ShowMinutes Property

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

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v18.2.Core.dll

Declaration

[DefaultValue(false)]
[XtraSerializableProperty(XtraSerializationFlags.DefaultValue)]
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