Gets a value indicating whether the indentation for this Node can be increased.

Namespace:  DlhSoft.Windows.Data
Assembly:  DlhSoft.HierarchicalData.Core (in DlhSoft.HierarchicalData.Core.dll)

Syntax

C#
[BindableAttribute(false)]
public bool CanIncreaseIndentation { get; }
Visual Basic (Declaration)
<BindableAttribute(False)> _
Public ReadOnly Property CanIncreaseIndentation As Boolean

See Also