Class FileBrowserListBox
Represents a ListBox control for listing files and folders in the RadOpenFileDialog, RadOpenFolderDialog and RadSaveFileDialog.
Inherited Members
Namespace: Telerik.Windows.Controls.FileDialogs
Assembly: Telerik.Windows.Controls.FileDialogs.dll
Syntax
public class FileBrowserListBox : RadListBox, IMultiSelector, ISelector, ISelectorInteraction, IAutocomplete, IListControl, ICommandSource, IScrollingServiceCore, IScrollingInfo
Constructors
FileBrowserListBox()
Fields
FileBrowserDragDropBehaviorProperty
Identifies the FileBrowserDragDropBehavior dependency property.
Declaration
public static readonly DependencyProperty FileBrowserDragDropBehaviorProperty
Field Value
System.Windows.DependencyProperty
|
Properties
FileBrowserDragDropBehavior
Gets or sets the FileBrowserDragDropBehavior for this FileBrowserListBox.
Declaration
public FileBrowserDragDropBehavior FileBrowserDragDropBehavior { get; set; }
Property Value
FileBrowserDragDropBehavior
|
Methods
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes (such as a rebuilding layout pass) call System.Windows.Controls.Control.ApplyTemplate.
Declaration
public override void OnApplyTemplate()
Overrides
OnInitialized(EventArgs)
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
OnItemsChanged(NotifyCollectionChangedEventArgs)
Raises the ItemsChanged event.
Declaration
protected override void OnItemsChanged(NotifyCollectionChangedEventArgs e)
Parameters
System.Collections.Specialized.NotifyCollectionChangedEventArgs
e
The System.Collections.Specialized.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
System.Collections.IEnumerable
oldValue
Old value of the SelectorControl.ItemsSource" property. |
System.Collections.IEnumerable
newValue
New value of the SelectorControl.ItemsSource" property. |
Overrides
OnKeyDown(KeyEventArgs)
Invoked when the System.Windows.UIElement.KeyDown event is received.
Declaration
protected override void OnKeyDown(KeyEventArgs e)
Parameters
System.Windows.Input.KeyEventArgs
e
Information about the event. |