New to Telerik UI for WPFStart a free 30-day trial

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:

C#
public class LayoutControlHierarchicalNodeProxy

Inheritance: objectLayoutControlHierarchicalNodeProxy

Constructors

Initializes a new instance of the LayoutControlHierarchicalNodeProxy class.

C#
public LayoutControlHierarchicalNodeProxy()

Properties

Gets or sets the header of the current node.

C#
public string Header { get; set; }

Gets the items of the current node.

C#
public ObservableCollection<LayoutControlHierarchicalNodeProxy> Items { get; }

Gets or sets the object with which the node is associated.

C#
public object OriginalItem { get; set; }

Gets or sets the type of the object with which the node is associated.

C#
public Type OriginalItemType { get; set; }