Class LayoutControlHierarchicalNodeProxy
MVVM representation of a hierarchical node which will be used from the LayoutControlToolBoxView.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.LayoutControl
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
public class LayoutControlHierarchicalNodeProxy
Constructors
LayoutControlHierarchicalNodeProxy()
Initializes a new instance of the LayoutControlHierarchicalNodeProxy class.
Declaration
public LayoutControlHierarchicalNodeProxy()
Properties
Header
Gets or sets the header of the current node.
Declaration
public string Header { get; set; }
Property Value
System.String
|
Items
Gets the items of the current node.
Declaration
public ObservableCollection<LayoutControlHierarchicalNodeProxy> Items { get; }
Property Value
System.Collections.ObjectModel.ObservableCollection<LayoutControlHierarchicalNodeProxy>
|
OriginalItem
Gets or sets the object with which the node is associated.
Declaration
public object OriginalItem { get; set; }
Property Value
System.Object
|
OriginalItemType
Gets or sets the type of the object with which the node is associated.
Declaration
public Type OriginalItemType { get; set; }
Property Value
System.Type
|