Gets or sets the indentation level of this NodeItem.
The hierarchy is based on the indentation level values of the nodes, so that a node with a lower index in the collection and having a specific indentation level will become the parent node for the nodes with a higher index in the collection and having an increased indentation level.
It is recommended to set this property.
This is a dependency property.
Namespace:
DlhSoft.Windows.DataAssembly: DlhSoft.HierarchicalData.Core (in DlhSoft.HierarchicalData.Core.dll)
Syntax
C# |
---|
[BindableAttribute(true)] public int Indentation { get; set; } |
Visual Basic (Declaration) |
---|
<BindableAttribute(True)> _ Public Property Indentation As Integer |