menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class HierarchyNavigatorHistoryControl - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class HierarchyNavigatorHistoryControl

    Represents the class for hierarchy navigator history of the control.

    Inheritance
    System.Object
    HierarchyNavigatorHistoryControl
    Namespace: Syncfusion.Windows.Tools.Controls
    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
    Type
    HierarchyNavigatorItemsCollection

    IsSelected

    Declaration
    public bool IsSelected { get; set; }
    Property Value
    Type
    System.Boolean

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved