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.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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 |
---|
System.String |
HierarchyNavigatorItems
Declaration
public HierarchyNavigatorItemsCollection HierarchyNavigatorItems { get; }
Property Value
HistoryNavigated
Declaration
public List<HierarchyNavigatorItemsCollection> HistoryNavigated { get; }
Property Value
Type |
---|
System.Collections.Generic.List<HierarchyNavigatorItemsCollection> |
IsEnableEditMode
Declaration
public bool IsEnableEditMode { get; }
Property Value
Type |
---|
System.Boolean |
IsEnableHistory
Declaration
public bool IsEnableHistory { get; }
Property Value
Type |
---|
System.Boolean |
ItemsPanel
Declaration
public ItemsPanelTemplate ItemsPanel { get; }
Property Value
Type |
---|
System.Windows.Controls.ItemsPanelTemplate |
ItemsSource
Declaration
public IEnumerable ItemsSource { get; set; }
Property Value
Type |
---|
System.Collections.IEnumerable |
ItemTemplate
Declaration
public DataTemplate ItemTemplate { get; }
Property Value
Type |
---|
System.Windows.DataTemplate |
MaxDrillDownLevel
Declaration
public int MaxDrillDownLevel { get; }
Property Value
Type |
---|
System.Int32 |
SelectedHierarchyNavigatorItem
Declaration
public HierarchyNavigatorItem SelectedHierarchyNavigatorItem { get; }
Property Value
SelectedLevel
Declaration
public int SelectedLevel { get; }
Property Value
Type |
---|
System.Int32 |
ShowDropDownButton
Declaration
public Visibility ShowDropDownButton { get; }
Property Value
Type |
---|
System.Windows.Visibility |
ShowRefreshButton
Declaration
public Visibility ShowRefreshButton { get; }
Property Value
Type |
---|
System.Windows.Visibility |
ShowToolTip
Declaration
public bool ShowToolTip { get; }
Property Value
Type |
---|
System.Boolean |
Methods
Dispose()
Declaration
public void Dispose()
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type |
---|
System.ComponentModel.PropertyChangedEventHandler |
Implements
System.ComponentModel.INotifyPropertyChanged
System.IDisposable