Gets or sets the node to be presented by this control.
This is a dependency property.
Namespace:
DlhSoft.Windows.ControlsAssembly: DlhSoft.HierarchicalData.Controls (in DlhSoft.HierarchicalData.Controls.dll)
Syntax
C# |
---|
[BindableAttribute(true)] public Node Node { get; set; } |
Visual Basic (Declaration) |
---|
<BindableAttribute(True)> _ Public Property Node As Node |