Class HierarchyNavigatorBarContent
Represents the class for hierarchy navigator bar content of the control.
Inheritance
System.Object
HierarchyNavigatorBarContent
Assembly: Syncfusion.Tools.Wpf.dll
Syntax
public class HierarchyNavigatorBarContent : HeaderedItemsControl, IHierarchyNavigatorModelHost
Constructors
HierarchyNavigatorBarContent()
Declaration
public HierarchyNavigatorBarContent()
Fields
Declaration
public static readonly DependencyProperty HeaderContainerStyleProperty
Field Value
Type |
System.Windows.DependencyProperty |
Declaration
public static readonly DependencyProperty HeaderItemContainerStyleProperty
Field Value
Type |
System.Windows.DependencyProperty |
IsMouseOverProperty
Declaration
public static readonly DependencyProperty IsMouseOverProperty
Field Value
Type |
System.Windows.DependencyProperty |
Declaration
public static readonly DependencyProperty IsPopupOpenProperty
Field Value
Type |
System.Windows.DependencyProperty |
NextButtonVisibilityProperty
Declaration
public static readonly DependencyProperty NextButtonVisibilityProperty
Field Value
Type |
System.Windows.DependencyProperty |
Properties
Gets or sets the item container style.
Declaration
public Style HeaderContainerStyle { get; set; }
Property Value
Type |
Description |
System.Windows.Style |
The item container style.
|
Gets or sets the item container style.
Declaration
public Style HeaderItemContainerStyle { get; set; }
Property Value
Type |
Description |
System.Windows.Style |
The item container style.
|
Declaration
public bool IsMenuItemsShown { get; set; }
Property Value
IsMouseOver
Declaration
public bool IsMouseOver { get; set; }
Property Value
Declaration
public bool IsPopupOpen { get; set; }
Property Value
Model
Declaration
public HierarchyNavigatorModel Model { get; }
Property Value
NextButtonVisibility
Declaration
public Visibility NextButtonVisibility { get; set; }
Property Value
Type |
System.Windows.Visibility |
Methods
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
OnApplyTemplate()
Declaration
public override void OnApplyTemplate()
OnItemsChanged(NotifyCollectionChangedEventArgs)
Declaration
protected override void OnItemsChanged(NotifyCollectionChangedEventArgs e)
Parameters
Type |
Name |
Description |
System.Collections.Specialized.NotifyCollectionChangedEventArgs |
e |
|
PrepareContainerForItemOverride(DependencyObject, Object)
Declaration
protected override void PrepareContainerForItemOverride(DependencyObject element, object item)
Parameters
Type |
Name |
Description |
System.Windows.DependencyObject |
element |
|
System.Object |
item |
|
Events
DropDownItemSelected
Declaration
public event EventHandler DropDownItemSelected
Event Type
Declaration
public event EventHandler NavigationPopupShowHideClick
Event Type
Implements