WPF

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

    Show / Hide Table of Contents

    Class HierarchyNavigatorDropDownItem

    Represents HierarchyNavigatorDropDownItem

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

    Constructors

    HierarchyNavigatorDropDownItem()

    Declaration
    public HierarchyNavigatorDropDownItem()

    Fields

    HighLightSelectedItemProperty

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

    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

    StipperVisibilityProperty

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

    Properties

    HighLightSelectedItem

    Declaration
    public FontWeight HighLightSelectedItem { get; set; }
    Property Value
    Type Description
    System.Windows.FontWeight

    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

    OriginalItem

    Declaration
    public HierarchyNavigatorItem OriginalItem { get; set; }
    Property Value
    Type Description
    HierarchyNavigatorItem

    StipperVisibility

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

    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