ClassFileBrowserListBox
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:
[SuppressMessage("Design", "CA1001:Types that own disposable fields should be disposable", Justification = "<Pending>")]
public class FileBrowserListBox : RadListBox, IMultiSelector, ISelector, ISelectorInteraction, IAutocomplete, IListControl, ICommandSource, IScrollingServiceCore, IScrollingInfo
Inheritance: objectItemsControlSelectorListControlRadListBoxFileBrowserListBox
Implements:
Inherited Members
Constructors
FileBrowserListBox()
Initializes a new instance of the FileBrowserListBox class.
Declaration
public FileBrowserListBox()
Fields
FileBrowserDragDropBehaviorProperty
Identifies the FileBrowserDragDropBehavior dependency property.
Declaration
public static readonly DependencyProperty FileBrowserDragDropBehaviorProperty
Field Value
DependencyProperty
Properties
FileBrowserDragDropBehavior
Gets or sets the FileBrowserDragDropBehavior for this FileBrowserListBox.
Declaration
public FileBrowserDragDropBehavior FileBrowserDragDropBehavior { get; set; }
Property Value
Methods
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes (such as a rebuilding layout pass) call .
Declaration
public override void OnApplyTemplate()
Overrides
OnInitialized(EventArgs)
Raises the event. This method is invoked whenever is set to true internally.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
e
The RoutedEventArgs that contains the event data.
Overrides
OnItemsChanged(NotifyCollectionChangedEventArgs)
Raises the event.
Declaration
protected override void OnItemsChanged(NotifyCollectionChangedEventArgs e)
Parameters
e
NotifyCollectionChangedEventArgs
The NotifyCollectionChangedEventArgs instance containing the event data.
Overrides
OnItemsSourceChanged(IEnumerable, IEnumerable)
Called when the SelectorControl.ItemsSource" property changes.
Declaration
protected override void OnItemsSourceChanged(IEnumerable oldValue, IEnumerable newValue)
Parameters
oldValue
Old value of the SelectorControl.ItemsSource" property.
newValue
New value of the SelectorControl.ItemsSource" property.
Overrides
OnKeyDown(KeyEventArgs)
Invoked when the event is received.
Declaration
protected override void OnKeyDown(KeyEventArgs e)
Parameters
e
KeyEventArgs
Information about the event.
Overrides