Back to Devexpress

GanttView.TimelineScrollBarVisible Property

windowsforms-devexpress-dot-xtrascheduler-dot-ganttview-688de94c.md

latest1.2 KB
Original Source

GanttView.TimelineScrollBarVisible Property

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

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public bool TimelineScrollBarVisible { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Property TimelineScrollBarVisible As Boolean

Property Value

TypeDescription
Boolean

Always false.

|

See Also

GanttView Class

GanttView Members

DevExpress.XtraScheduler Namespace