Class HierarchyNavigatorHistoryControl
Represents the class for hierarchy navigator history of the control.
Inheritance
System.Object
HierarchyNavigatorHistoryControl
Assembly: Syncfusion.Tools.Wpf.dll
Syntax
public class HierarchyNavigatorHistoryControl : ContentControl
Constructors
HierarchyNavigatorHistoryControl()
Declaration
public HierarchyNavigatorHistoryControl()
Fields
IsSelectedProperty
Declaration
public static readonly DependencyProperty IsSelectedProperty
Field Value
Type |
System.Windows.DependencyProperty |
Properties
HierarchyItemCollection
Declaration
public HierarchyNavigatorItemsCollection HierarchyItemCollection { get; set; }
Property Value
IsSelected
Declaration
public bool IsSelected { get; set; }
Property Value
Methods
OnApplyTemplate()
Declaration
public override void OnApplyTemplate()
OnIsSelectedChanged(DependencyObject, DependencyPropertyChangedEventArgs)
Declaration
public static void OnIsSelectedChanged(DependencyObject sender, DependencyPropertyChangedEventArgs e)
Parameters
Type |
Name |
Description |
System.Windows.DependencyObject |
sender |
|
System.Windows.DependencyPropertyChangedEventArgs |
e |
|