FileBrowserListBox
Represents a ListBox control for listing files and folders in the RadOpenFileDialog, RadOpenFolderDialog and RadSaveFileDialog.
Definition
Namespace:Telerik.Windows.Controls.FileDialogs
Assembly:Telerik.Windows.Controls.FileDialogs.dll
Syntax:
public class FileBrowserListBox : RadListBox, IMultiSelector, ISelector, ISelectorInteraction, IAutocomplete, IListControl, ICommandSource, IScrollingServiceCore, IScrollingInfo
Inheritance: objectItemsControlSelectorListControlRadListBoxFileBrowserListBox
Implements:
Inherited Members
Constructors
Initializes a new instance of the FileBrowserListBox class.
public FileBrowserListBox()
Fields
FileBrowserDragDropBehaviorProperty
DependencyProperty
Identifies the FileBrowserDragDropBehavior dependency property.
public static readonly DependencyProperty FileBrowserDragDropBehaviorProperty
Properties
Gets or sets the FileBrowserDragDropBehavior for this FileBrowserListBox.
public FileBrowserDragDropBehavior FileBrowserDragDropBehavior { get; set; }
Methods
When overridden in a derived class, is invoked whenever application code or internal processes (such as a rebuilding layout pass) call .
public override void OnApplyTemplate()
Overrides:
Raises the event. This method is invoked whenever is set to true internally.
protected override void OnInitialized(EventArgs e)
The RoutedEventArgs that contains the event data.
Overrides:
Raises the event.
protected override void OnItemsChanged(NotifyCollectionChangedEventArgs e)
The NotifyCollectionChangedEventArgs instance containing the event data.
Overrides:
Called when the SelectorControl.ItemsSource" property changes.
protected override void OnItemsSourceChanged(IEnumerable oldValue, IEnumerable newValue)
Old value of the SelectorControl.ItemsSource" property.
newValueIEnumerableNew value of the SelectorControl.ItemsSource" property.
Overrides:
Invoked when the event is received.
protected override void OnKeyDown(KeyEventArgs e)
Information about the event.
Overrides: