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