Class TagSelectorTreeItem
Represents a tree item for the tag selector.
public sealed class TagSelectorTreeItem : TaxonomyTreeItem
- Inheritance
-
objectTagSelectorTreeItem
- Inherited Members
- Extension Methods
Properties
AreChildrenLoaded
Indicates if children are loaded.
public bool AreChildrenLoaded { get; set; }
Property Value
- bool
IsHidden
Indicates if the node is hidden.
public bool IsHidden { get; set; }
Property Value
- bool
IsTranslated
Indicates if node is translated in current language.
public bool IsTranslated { get; set; }
Property Value
- bool