Skip to main content

TimeRuler.Visible Property

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

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.Core.Desktop.dll

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

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

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