TimeRuler.ShowMinutes Property
In This Article
Gets or sets whether minutes are displayed by the time ruler.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v14.2.Core.dll
#Declaration
[XtraSerializableProperty(XtraSerializationFlags.DefaultValue)]
[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.
See Also