Class
LayoutControlHierarchicalNodeProxy

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.

Declaration

cs-api-definition
public string Header { get; set; }

Property Value

string

Items

Gets the items of the current node.

Declaration

cs-api-definition
public ObservableCollection<LayoutControlHierarchicalNodeProxy> Items { get; }

Property Value

ObservableCollection<LayoutControlHierarchicalNodeProxy>

OriginalItem

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

Declaration

cs-api-definition
public object OriginalItem { get; set; }

Property Value

object

OriginalItemType

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

Declaration

cs-api-definition
public Type OriginalItemType { get; set; }

Property Value

Type