Class OfficeNavigationBarDialogListBox
Inheritance
System.Object
OfficeNavigationBarDialogListBox
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
public class OfficeNavigationBarDialogListBox : RadListBox, IMultiSelector, ISelector, ISelectorInteraction, IAutocomplete, IListControl, ICommandSource, IScrollingServiceCore, IScrollingInfo
Constructors
Declaration
public OfficeNavigationBarDialogListBox()
Methods
Clears the values for SelectionHelper, ParentSelector and IsSelected properties.
Declaration
protected override void ClearContainerForItemOverride(DependencyObject element, object item)
Parameters
System.Windows.DependencyObject
element
The ListItem container element.
|
System.Object
item
The item.
|
Overrides
Raises the System.Windows.FrameworkElement.Initialized event. This method is invoked whenever System.Windows.FrameworkElement.IsInitialized is set to true internally.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System.EventArgs
e
The System.Windows.RoutedEventArgs that contains the event data.
|
Overrides
Prepares the specified element to display the specified item.
Declaration
protected override void PrepareContainerForItemOverride(DependencyObject element, object item)
Parameters
System.Windows.DependencyObject
element
Element used to display the specified item.
|
System.Object
item
Specified item.
|
Overrides
Extension Methods