Custom ListBox item used in the DockingNavigatorListBox.
Definition
Namespace:Telerik.Windows.Controls.Docking
Assembly:Telerik.Windows.Controls.Docking.dll
Syntax:
C#
public class DockingNavigatorListBoxItem : RadListBoxItem, ISelectorItem
Inheritance: objectListItemRadListBoxItemDockingNavigatorListBoxItem
Implements:
Inherited Members
Constructors
Initializes a new instance of the DockingNavigatorListBoxItem class.
C#
public DockingNavigatorListBoxItem()
Methods
Called before the event occurs.
C#
protected override void OnGotFocus(RoutedEventArgs e)
Overrides:
Raises the event and sets from the active theme.
C#
protected override void OnInitialized(EventArgs e)
The RoutedEventArgs that contains the event data.
Overrides:
Called before the event occurs.
C#
protected override void OnLostFocus(RoutedEventArgs e)
Overrides: