Skip to main content

TimeRuler.Visible Property

Gets or sets whether a TimeRuler element is displayed within the SchedulerControl.

Namespace: DevExpress.XtraScheduler

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

#Declaration

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

#Property Value

Type Default Description
Boolean

true

true if the time ruler is visible; otherwise, false.

#Remarks

Use the Visible property to specify whether a particular TimeRuler element should be shown or hidden.

See Also