Skip to main content

GanttView.TimelineScrollBarVisible Property

Overrides the corresponding property of the base class, to hide it.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public bool TimelineScrollBarVisible { get; set; }

Property Value

Type Description
Boolean

Always false.

See Also