TimeRuler.ShowCurrentTime Property
In This Article
Gets or sets whether the time slider which indicates the current time is displayed within the time ruler.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v14.2.Core.dll
#Declaration
[XtraSerializableProperty(XtraSerializationFlags.DefaultValue)]
[DefaultValue(true)]
public bool ShowCurrentTime { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
true to display the time slider; otherwise, false. |
#Remarks
The image below shows the time ruler with the ShowCurrentTime property set to true and false, respectively.
See Also