WPF

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

    Show / Hide Table of Contents

    Class HierarchyNavigatorModel

    Represents the class for hierarchy navigator model of the control.

    Inheritance
    System.Object
    HierarchyNavigatorModel
    Implements
    System.ComponentModel.INotifyPropertyChanged
    System.IDisposable
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.Tools.Controls
    Assembly: Syncfusion.Tools.Wpf.dll
    Syntax
    public class HierarchyNavigatorModel : INotifyPropertyChanged, IDisposable

    Constructors

    HierarchyNavigatorModel()

    Declaration
    public HierarchyNavigatorModel()

    Properties

    DisplayMemberPath

    Declaration
    public string DisplayMemberPath { get; }
    Property Value
    Type Description
    System.String

    HierarchyNavigatorItems

    Declaration
    public HierarchyNavigatorItemsCollection HierarchyNavigatorItems { get; }
    Property Value
    Type Description
    HierarchyNavigatorItemsCollection

    HistoryNavigated

    Declaration
    public List<HierarchyNavigatorItemsCollection> HistoryNavigated { get; }
    Property Value
    Type Description
    System.Collections.Generic.List<HierarchyNavigatorItemsCollection>

    IsEnableEditMode

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

    IsEnableHistory

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

    ItemsPanel

    Declaration
    public ItemsPanelTemplate ItemsPanel { get; }
    Property Value
    Type Description
    System.Windows.Controls.ItemsPanelTemplate

    ItemsSource

    Declaration
    public IEnumerable ItemsSource { get; set; }
    Property Value
    Type Description
    System.Collections.IEnumerable

    ItemTemplate

    Declaration
    public DataTemplate ItemTemplate { get; }
    Property Value
    Type Description
    System.Windows.DataTemplate

    MaxDrillDownLevel

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

    SelectedHierarchyNavigatorItem

    Declaration
    public HierarchyNavigatorItem SelectedHierarchyNavigatorItem { get; }
    Property Value
    Type Description
    HierarchyNavigatorItem

    SelectedLevel

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

    ShowDropDownButton

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

    ShowRefreshButton

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

    ShowToolTip

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

    Methods

    Dispose()

    Declaration
    public void Dispose()

    Events

    PropertyChanged

    Declaration
    public event PropertyChangedEventHandler PropertyChanged
    Event Type
    Type Description
    System.ComponentModel.PropertyChangedEventHandler

    Implements

    System.ComponentModel.INotifyPropertyChanged
    System.IDisposable
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved