Gets or sets a value indicating whether the timeline page is read-only in the GanttChartEntityListViewBase control so that the user cannot update it using the increase and decrease timeline page scroll bar buttons or by executing specific commands.
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 IsTimelinePageReadOnly { get; set; } |
Visual Basic (Declaration) |
---|
<BindableAttribute(True)> _ Public Property IsTimelinePageReadOnly As Boolean |