Table of Contents

Class TreeViewNode

Namespace
Kentico.Xperience.Admin.Base
Assembly
Kentico.Xperience.Admin.Base.dll

Node of tree hierarchy of tree view component.

public class TreeViewNode
Inheritance
object
TreeViewNode
Extension Methods

Properties

Children

Children of this node.

public List<TreeViewNode> Children { get; }

Property Value

List<TreeViewNode>

Icon

Icon to be displayed for the tree node.

public string Icon { get; set; }

Property Value

string

Id

Id of the node.

public string Id { get; set; }

Property Value

string

Name

Display name of the node.

public string Name { get; set; }

Property Value

string