Class Tree NamespaceDynamicweb.CoreUI.Navigation AssemblyDynamicweb.CoreUI.dll public class Tree : NavigationComponentBase Inheritance object UiComponentBase NavigationComponentBase Tree Inherited Members NavigationComponentBase.DisplayState NavigationComponentBase.ShowTitle NavigationComponentBase.ShowAddAction NavigationComponentBase.ShowContextActions NavigationComponentBase.ShowAdditionalActions NavigationComponentBase.ShowSearchField NavigationComponentBase.ShowDecorations object.Equals(object) object.Equals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() object.ReferenceEquals(object, object) object.ToString() Extension Methods ComponentExtensions.GetAll<TComponent>(UiComponentBase) ComponentExtensions.GetOrAddTab(UiComponentBase, string) ComponentExtensions.Get<TComponent>(UiComponentBase) ComponentExtensions.Get<TComponent>(UiComponentBase, Func<TComponent, bool>) ComponentExtensions.Has<TComponent>(UiComponentBase) ComponentExtensions.TryGet<TComponent>(UiComponentBase, out TComponent?) Constructors Tree() public Tree() Tree(NavigationComponentDisplayState) public Tree(NavigationComponentDisplayState state) Parameters state NavigationComponentDisplayState Properties Areas public List<NavigationArea> Areas { get; set; } Property Value List<NavigationArea> ContextActions public List<ActionNode> ContextActions { get; set; } Property Value List<ActionNode> PrimaryNodeAction public ActionBase? PrimaryNodeAction { get; set; } Property Value ActionBase Sections public List<NavigationSection> Sections { get; set; } Property Value List<NavigationSection> Title public string Title { get; set; } Property Value string TitleAction public ActionBase? TitleAction { get; set; } Property Value ActionBase