menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class HierarchyNavigatorItemsControl - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class HierarchyNavigatorItemsControl

    Represents the class for hierarchy navigation items of the control.

    Inheritance
    System.Object
    HierarchyNavigatorItemsControl
    Implements
    IHierarchyNavigatorModelHost
    System.IDisposable
    Namespace: Syncfusion.Windows.Tools.Controls
    Assembly: Syncfusion.Tools.Wpf.dll
    Syntax
    public class HierarchyNavigatorItemsControl : ItemsControl, IHierarchyNavigatorModelHost, IDisposable

    Constructors

    HierarchyNavigatorItemsControl()

    Declaration
    public HierarchyNavigatorItemsControl()

    Fields

    BreadCrumbProperty

    Using a DependencyProperty as the backing store for BrudCrumb. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty BreadCrumbProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    CornerRadiusProperty

    Using a DependencyProperty as the backing store for CornerRadius. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty CornerRadiusProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    HeaderContainerStyleProperty

    Declaration
    public static readonly DependencyProperty HeaderContainerStyleProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    HeaderItemContainerStyleProperty

    Declaration
    public static readonly DependencyProperty HeaderItemContainerStyleProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    ItemContainerStyleProperty

    Declaration
    public static readonly DependencyProperty ItemContainerStyleProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    NavigationPopupStyleProperty

    Using a DependencyProperty as the backing store for NavigationPopupStyle. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty NavigationPopupStyleProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    RefreshButtonWidthProperty

    Using a DependencyProperty as the backing store for RefreshButtonWidth. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty RefreshButtonWidthProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    ShowDropDownButtonProperty

    Using a DependencyProperty as the backing store for ShowRefreshButton. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty ShowDropDownButtonProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    ShowRefreshButtonProperty

    Using a DependencyProperty as the backing store for ShowRefreshButton. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty ShowRefreshButtonProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    Properties

    BreadCrumb

    Declaration
    public string BreadCrumb { get; set; }
    Property Value
    Type
    System.String

    CornerRadius

    Declaration
    public CornerRadius CornerRadius { get; set; }
    Property Value
    Type
    System.Windows.CornerRadius

    HeaderContainerStyle

    Gets or sets the item container style.

    Declaration
    public Style HeaderContainerStyle { get; set; }
    Property Value
    Type Description
    System.Windows.Style

    The item container style.

    HeaderItemContainerStyle

    Gets or sets the item container style.

    Declaration
    public Style HeaderItemContainerStyle { get; set; }
    Property Value
    Type Description
    System.Windows.Style

    The item container style.

    ItemContainerStyle

    Gets or sets the item container style.

    Declaration
    public Style ItemContainerStyle { get; set; }
    Property Value
    Type Description
    System.Windows.Style

    The item container style.

    Model

    Declaration
    public HierarchyNavigatorModel Model { get; }
    Property Value
    Type
    HierarchyNavigatorModel

    NavigationPopupStyle

    Declaration
    public Style NavigationPopupStyle { get; set; }
    Property Value
    Type
    System.Windows.Style

    RefreshButtonWidth

    Declaration
    public double RefreshButtonWidth { get; set; }
    Property Value
    Type
    System.Double

    ShowDropDownButton

    Declaration
    public Visibility ShowDropDownButton { get; set; }
    Property Value
    Type
    System.Windows.Visibility

    ShowRefreshButton

    Declaration
    public Visibility ShowRefreshButton { get; set; }
    Property Value
    Type
    System.Windows.Visibility

    Methods

    Dispose()

    Declaration
    public void Dispose()

    GetContainerForItemOverride()

    Declaration
    protected override DependencyObject GetContainerForItemOverride()
    Returns
    Type
    System.Windows.DependencyObject

    IsItemItsOwnContainerOverride(Object)

    Declaration
    protected override bool IsItemItsOwnContainerOverride(object item)
    Parameters
    Type Name Description
    System.Object item
    Returns
    Type
    System.Boolean

    OnApplyTemplate()

    Declaration
    public override void OnApplyTemplate()

    PopulateItemSource()

    Declaration
    public void PopulateItemSource()

    PrepareContainerForItemOverride(DependencyObject, Object)

    Declaration
    protected override void PrepareContainerForItemOverride(DependencyObject element, object item)
    Parameters
    Type Name Description
    System.Windows.DependencyObject element
    System.Object item

    SelectNavigationItem(Object)

    Declaration
    public bool SelectNavigationItem(object sender)
    Parameters
    Type Name Description
    System.Object sender
    Returns
    Type
    System.Boolean

    ShowNavigationPopupItems(Object)

    Declaration
    public bool ShowNavigationPopupItems(object hierarchyNavigatorItem)
    Parameters
    Type Name Description
    System.Object hierarchyNavigatorItem
    Returns
    Type
    System.Boolean

    Events

    HierarchyNavigatorRefreshButtonClick

    Declaration
    public event EventHandler HierarchyNavigatorRefreshButtonClick
    Event Type
    Type
    System.EventHandler

    HierarchyNavigatorSelectedItemChanged

    Declaration
    public event HierarchyNavigatorSelectedItemChangedEventHandler HierarchyNavigatorSelectedItemChanged
    Event Type
    Type
    HierarchyNavigatorSelectedItemChangedEventHandler

    NavigationPopupClosed

    Declaration
    public event EventHandler NavigationPopupClosed
    Event Type
    Type
    System.EventHandler

    NavigationPopupClosing

    Declaration
    public event EventHandler NavigationPopupClosing
    Event Type
    Type
    System.EventHandler

    NavigationPopupOpened

    Declaration
    public event EventHandler NavigationPopupOpened
    Event Type
    Type
    System.EventHandler

    NavigationPopupOpening

    Declaration
    public event EventHandler NavigationPopupOpening
    Event Type
    Type
    System.EventHandler

    Implements

    IHierarchyNavigatorModelHost
    System.IDisposable
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved