Class TreeNavigatorItemsHost
Represents a class for defining the host of the items Syncfusion.UI.Xaml.Controls.Navigation.SfTreeNavigatorItem
Inheritance
Implements
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
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 |
|
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 |