Class HierarchyNavigatorModel
Represents the class for hierarchy navigator model of the control.
Inheritance
System.Object
HierarchyNavigatorModel
Implements
System.ComponentModel.INotifyPropertyChanged
System.IDisposable
Assembly: Syncfusion.Tools.Wpf.dll
public class HierarchyNavigatorModel : Object, INotifyPropertyChanged, IDisposable
Constructors
Declaration
public HierarchyNavigatorModel()
Properties
Declaration
public string DisplayMemberPath { get; }
Property Value
Declaration
public HierarchyNavigatorItemsCollection HierarchyNavigatorItems { get; }
Property Value
HistoryNavigated
Declaration
public List<HierarchyNavigatorItemsCollection> HistoryNavigated { get; }
Property Value
Declaration
public bool IsEnableEditMode { get; }
Property Value
IsEnableHistory
Declaration
public bool IsEnableHistory { get; }
Property Value
Declaration
public ItemsPanelTemplate ItemsPanel { get; }
Property Value
Type |
System.Windows.Controls.ItemsPanelTemplate |
Declaration
public IEnumerable ItemsSource { get; set; }
Property Value
Type |
System.Collections.IEnumerable |
Declaration
public DataTemplate ItemTemplate { get; }
Property Value
Type |
System.Windows.DataTemplate |
Declaration
public int MaxDrillDownLevel { get; }
Property Value
Declaration
public HierarchyNavigatorItem SelectedHierarchyNavigatorItem { get; }
Property Value
Declaration
public int SelectedLevel { get; }
Property Value
Declaration
public Visibility ShowDropDownButton { get; }
Property Value
Type |
System.Windows.Visibility |
Declaration
public Visibility ShowRefreshButton { get; }
Property Value
Type |
System.Windows.Visibility |
Declaration
public bool ShowToolTip { get; }
Property Value
Methods
Declaration
Events
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type |
System.ComponentModel.PropertyChangedEventHandler |
Implements
System.ComponentModel.INotifyPropertyChanged
System.IDisposable