Gets or sets a value indicating whether to show extra scroll buttons that would allow the user to change the timeline page in the GanttChartEntityListViewBase control.
This is a dependency property.
Namespace:
DlhSoft.Windows.ControlsAssembly: DlhSoft.ProjectData.GanttChart.Controls (in DlhSoft.ProjectData.GanttChart.Controls.dll)
Syntax
C# |
---|
[BindableAttribute(true)] public bool AreUpdateTimelinePageButtonsVisible { get; set; } |
Visual Basic (Declaration) |
---|
<BindableAttribute(True)> _ Public Property AreUpdateTimelinePageButtonsVisible As Boolean |