Gets or sets a value that indicates whether the node list view control is read-only to a user interacting with it.

Namespace:  DlhSoft.Windows.Controls.Primitives
Assembly:  DlhSoft.ProjectData.GanttChart.Controls (in DlhSoft.ProjectData.GanttChart.Controls.dll)

Syntax

C#
bool IsNodeListViewReadOnly { get; set; }
Visual Basic (Declaration)
Property IsNodeListViewReadOnly As Boolean

See Also