Gets or sets a value indicating whether the node indentation is read-only in the INodeListView control so that the user cannot update it using the keyboard or by executing specific commands.

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

Syntax

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

See Also