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()
Assembly: Syncfusion.Tools.Wpf.dll
public class HierarchyNavigatorModel : INotifyPropertyChanged, IDisposable
Constructors
Declaration
public HierarchyNavigatorModel()
Properties
Declaration
public string DisplayMemberPath { get; }
Property Value
Type |
Description |
System.String |
|
Declaration
public HierarchyNavigatorItemsCollection HierarchyNavigatorItems { get; }
Property Value
HistoryNavigated
Declaration
public List<HierarchyNavigatorItemsCollection> HistoryNavigated { get; }
Property Value
Declaration
public bool IsEnableEditMode { get; }
Property Value
Type |
Description |
System.Boolean |
|
IsEnableHistory
Declaration
public bool IsEnableHistory { get; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public ItemsPanelTemplate ItemsPanel { get; }
Property Value
Type |
Description |
System.Windows.Controls.ItemsPanelTemplate |
|
Declaration
public IEnumerable ItemsSource { get; set; }
Property Value
Type |
Description |
System.Collections.IEnumerable |
|
Declaration
public DataTemplate ItemTemplate { get; }
Property Value
Type |
Description |
System.Windows.DataTemplate |
|
Declaration
public int MaxDrillDownLevel { get; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public HierarchyNavigatorItem SelectedHierarchyNavigatorItem { get; }
Property Value
Declaration
public int SelectedLevel { get; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public Visibility ShowDropDownButton { get; }
Property Value
Type |
Description |
System.Windows.Visibility |
|
Declaration
public Visibility ShowRefreshButton { get; }
Property Value
Type |
Description |
System.Windows.Visibility |
|
Declaration
public bool ShowToolTip { get; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
Declaration
Events
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type |
Description |
System.ComponentModel.PropertyChangedEventHandler |
|
Implements
System.ComponentModel.INotifyPropertyChanged
System.IDisposable