ClassLayoutControlHierarchicalNodeProxy
Class
MVVM representation of a hierarchical node which will be used from the LayoutControlToolBoxView.
Definition
Namespace:Telerik.Windows.Controls.LayoutControl
Assembly:Telerik.Windows.Controls.Navigation.dll
Syntax:
cs-api-definition
public class LayoutControlHierarchicalNodeProxy
Inheritance: objectLayoutControlHierarchicalNodeProxy
Constructors
LayoutControlHierarchicalNodeProxy()
Initializes a new instance of the LayoutControlHierarchicalNodeProxy class.
Declaration
cs-api-definition
public LayoutControlHierarchicalNodeProxy()
Properties
Header
Gets or sets the header of the current node.
Items
Gets the items of the current node.
Declaration
cs-api-definition
public ObservableCollection<LayoutControlHierarchicalNodeProxy> Items { get; }
Property Value
OriginalItem
Gets or sets the object with which the node is associated.
OriginalItemType
Gets or sets the type of the object with which the node is associated.