Class HierarchyNavigatorItem
Represents the hierarchy navigator item of the control.
Inheritance
System.Object
HierarchyNavigatorItem
Assembly: Syncfusion.Tools.Wpf.dll
public class HierarchyNavigatorItem : ContentControl, IHierarchyNavigatorModelHost
Constructors
Declaration
public HierarchyNavigatorItem()
Fields
Declaration
public static readonly DependencyProperty IsMouseOverProperty
Field Value
Type |
System.Windows.DependencyProperty |
Declaration
public static readonly DependencyProperty LevelProperty
Field Value
Type |
System.Windows.DependencyProperty |
Properties
Declaration
public bool IsMouseOver { get; set; }
Property Value
Declaration
public ObservableCollection<HierarchyNavigatorItem> Items { get; set; }
Property Value
Declaration
public int Level { get; set; }
Property Value
Declaration
public HierarchyNavigatorModel Model { get; }
Property Value
Methods
Declaration
public static void OnMouseEnterChanged(DependencyObject sender, DependencyPropertyChangedEventArgs e)
Parameters
Type |
Name |
Description |
System.Windows.DependencyObject |
sender |
|
System.Windows.DependencyPropertyChangedEventArgs |
e |
|
Implements