Class TaxonomyEditLayoutTreeItem
Represents a tree item for the taxonomy edit layout.
public sealed class TaxonomyEditLayoutTreeItem : TaxonomyTreeItem
- Inheritance
-
objectTaxonomyEditLayoutTreeItem
- 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