Table of Contents

Class TaxonomyEditLayoutTreeItem

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

Represents a tree item for the taxonomy edit layout.

public sealed class TaxonomyEditLayoutTreeItem : TaxonomyTreeItem
Inheritance
object
TaxonomyEditLayoutTreeItem
Inherited Members
Extension Methods

Properties

Actions

Actions available for the node.

public IEnumerable<TaxonomyTreeItemAction> Actions { get; set; }

Property Value

IEnumerable<TaxonomyTreeItemAction>

Icon

Icon name.

public string Icon { get; set; }

Property Value

string

NavigationSlug

Node slug for the navigation.

public string NavigationSlug { get; set; }

Property Value

string