WPF

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class HierarchyNavigatorItem

    Show / Hide Table of Contents

    Class HierarchyNavigatorItem

    Represents the hierarchy navigator item of the control.

    Inheritance
    System.Object
    HierarchyNavigatorItem
    Implements
    IHierarchyNavigatorModelHost
    Namespace: Syncfusion.Windows.Tools.Controls
    Assembly: Syncfusion.Tools.Wpf.dll
    Syntax
    public class HierarchyNavigatorItem : ContentControl, IHierarchyNavigatorModelHost

    Constructors

    HierarchyNavigatorItem()

    Declaration
    public HierarchyNavigatorItem()

    Fields

    IsMouseOverProperty

    Declaration
    public static readonly DependencyProperty IsMouseOverProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    LevelProperty

    Declaration
    public static readonly DependencyProperty LevelProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    Properties

    IsMouseOver

    Declaration
    public bool IsMouseOver { get; set; }
    Property Value
    Type Description
    System.Boolean

    Items

    Declaration
    public ObservableCollection<HierarchyNavigatorItem> Items { get; set; }
    Property Value
    Type Description
    System.Collections.ObjectModel.ObservableCollection<HierarchyNavigatorItem>

    Level

    Declaration
    public int Level { get; set; }
    Property Value
    Type Description
    System.Int32

    Model

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

    Methods

    OnMouseEnterChanged(DependencyObject, DependencyPropertyChangedEventArgs)

    Declaration
    public static void OnMouseEnterChanged(DependencyObject sender, DependencyPropertyChangedEventArgs e)
    Parameters
    Type Name Description
    System.Windows.DependencyObject sender
    System.Windows.DependencyPropertyChangedEventArgs e

    Implements

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