A custom RadListBox used in the OfficeNavigationBarDialog that shows the current order of the items.
Definition
Namespace:Telerik.Windows.Controls.OfficeNavigationBar
Assembly:Telerik.Windows.Controls.Navigation.dll
Syntax:
C#
public class OfficeNavigationBarDialogListBox : RadListBox, IMultiSelector, ISelector, ISelectorInteraction, IAutocomplete, IListControl, ICommandSource, IScrollingServiceCore, IScrollingInfo
Inheritance: objectItemsControlSelectorListControlRadListBoxOfficeNavigationBarDialogListBox
Implements:
Inherited Members
Constructors
C#
public OfficeNavigationBarDialogListBox()
Methods
Clears the values for SelectionHelper, ParentSelector and IsSelected properties.
C#
protected override void ClearContainerForItemOverride(DependencyObject element, object item)
The ListItem container element.
itemobjectThe item.
Overrides:
Raises the event. This method is invoked whenever is set to true internally.
C#
protected override void OnInitialized(EventArgs e)
The RoutedEventArgs that contains the event data.
Overrides:
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.
Overrides: