Represents control that holds the sub items of a RadNavigationViewItem.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.Navigation.dll
Syntax:
C#
public class NavigationViewSubItemsHost : Selector
Inheritance: objectNavigationViewSubItemsHost
Constructors
Initializes a new instance of the NavigationViewSubItemsHost class.
C#
public NavigationViewSubItemsHost()
Methods
GetContainerForItemOverride()
DependencyObject
Creates or identifies the element that is used to display the given item.
C#
protected override DependencyObject GetContainerForItemOverride()
DependencyObject
OnCreateAutomationPeer()
AutomationPeer
Returns class-specific AutomationPeer.
C#
protected override AutomationPeer OnCreateAutomationPeer()
AutomationPeer
The type-specific AutomationPeer implementation.
Invoked when the System.Windows.Controls.ItemsControl.Items property changes.
C#
protected override void OnItemsChanged(NotifyCollectionChangedEventArgs e)
Information about the change.
Prepares the specified element to display the specified item.
C#
protected override void PrepareContainerForItemOverride(DependencyObject element, object item)
Element used to display the specified item.
itemobjectSpecified item.