Class FileBrowserListBox
Represents a ListBox control for listing files and folders in the Rad
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 File
Declaration
public static readonly DependencyProperty FileBrowserDragDropBehaviorProperty
Field Value
System.
|
Properties
FileBrowserDragDropBehavior
Gets or sets the File
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 System.
Declaration
public override void OnApplyTemplate()
Overrides
OnInitialized(EventArgs)
Raises the System.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System. The System. |
Overrides
OnItemsChanged(NotifyCollectionChangedEventArgs)
Raises the Items
Declaration
protected override void OnItemsChanged(NotifyCollectionChangedEventArgs e)
Parameters
System. The System. |
Overrides
OnItemsSourceChanged(IEnumerable, IEnumerable)
Called when the SelectorControl.ItemsSource" property changes.
Declaration
protected override void OnItemsSourceChanged(IEnumerable oldValue, IEnumerable newValue)
Parameters
System. Old value of the SelectorControl.ItemsSource" property. |
System. New value of the SelectorControl.ItemsSource" property. |
Overrides
OnKeyDown(KeyEventArgs)
Invoked when the System.
Declaration
protected override void OnKeyDown(KeyEventArgs e)
Parameters
System. Information about the event. |