menu

WPF

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

    Show / Hide Table of Contents

    Class TreeNavigatorItemsHost

    Represents a class for defining the host of the items Syncfusion.UI.Xaml.Controls.Navigation.SfTreeNavigatorItem

    Inheritance
    System.Object
    TreeNavigatorItemsHost
    Implements
    System.IDisposable
    Namespace: Syncfusion.Windows.Controls.Navigation
    Assembly: Syncfusion.SfTreeNavigator.WPF.dll
    Syntax
    public sealed class TreeNavigatorItemsHost : HeaderedItemsControl, IDisposable

    Constructors

    TreeNavigatorItemsHost()

    Initializes a new instance of the TreeNavigatorItemsHost class.

    Declaration
    public TreeNavigatorItemsHost()
    See Also
    Syncfusion.UI.Xaml.Controls.Navigation.SfTreeNavigator
    Syncfusion.UI.Xaml.Controls

    Properties

    IsHeaderHost

    Gets or sets a value indicating whether the host for Header.

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

    Methods

    Dispose()

    Removes all instances of the control.

    Declaration
    public void Dispose()

    GetContainerForItemOverride()

    Checks if the item is a Syncfusion.UI.Xaml.Controls.Navigation.SfTreeNavigatorItem

    Declaration
    protected override DependencyObject GetContainerForItemOverride()
    Returns
    Type Description
    System.Windows.DependencyObject

    Dependency Object

    IsItemItsOwnContainerOverride(Object)

    Checks if the item is a Syncfusion.UI.Xaml.Controls.Navigation.SfTreeNavigatorItem

    Declaration
    protected override bool IsItemItsOwnContainerOverride(object item)
    Parameters
    Type Name Description
    System.Object item

    Parameter for the Object.

    Returns
    Type Description
    System.Boolean

    true if this instance is selected; otherwise, false

    OnApplyTemplate()

    Initializes all the child elements of the Syncfusion.UI.Xaml.Controls.Navigation.TreeNavigatorItemsHost control.

    Declaration
    public override void OnApplyTemplate()

    OnKeyDown(KeyEventArgs)

    Occurs when the key is pressed.

    Declaration
    protected override void OnKeyDown(KeyEventArgs e)
    Parameters
    Type Name Description
    System.Windows.Input.KeyEventArgs e

    Parameter for the Key Routed Event

    PrepareContainerForItemOverride(DependencyObject, Object)

    Arranges the container for override items

    Declaration
    protected override void PrepareContainerForItemOverride(DependencyObject element, object item)
    Parameters
    Type Name Description
    System.Windows.DependencyObject element

    Parameter for Dependency Object

    System.Object item

    Parameter for object

    Implements

    System.IDisposable
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved