A newer version of this page is available.
Switch to the current version.
TimeRuler.Visible Property
Gets or sets whether a TimeRuler element is displayed within the Scheduler control.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v18.2.Core.dll
Declaration
[DefaultValue(true)]
[XtraSerializableProperty(XtraSerializationFlags.DefaultValue)]
public bool Visible { get; set; }
<DefaultValue(True)>
<XtraSerializableProperty(XtraSerializationFlags.DefaultValue)>
Public Property Visible As Boolean
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
true if the TimeRuler is visible; otherwise, false. |
Remarks
Use this property to specify whether a particular Time Ruler element should be shown or hidden.
See Also
Feedback