Class FileBrowserGridView
Represents a GridView control for listing detailed information for files and folders in the RadOpenFileDialog, RadOpenFolderDialog and RadSaveFileDialog.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.FileDialogs
Assembly: Telerik.Windows.Controls.FileDialogs.dll
Syntax
public class FileBrowserGridView : RadGridView, INotifyPropertyChanged, ISelectorInternal, IGeneratorHost, IGroupsProvider, IScrollingServiceCore, IScrollingInfo, IDataControl, IWeakEventListener<DataErrorsChangedEventArgs>, IWeakEventListener<PropertyChangedEventArgs>, IThemable
Constructors
FileBrowserGridView()
Initializes a new instance of the FileBrowserGridView class.
Declaration
public FileBrowserGridView()
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 DialogWindowBase.
Declaration
public FileBrowserDragDropBehavior FileBrowserDragDropBehavior { get; set; }
Property Value
FileBrowserDragDropBehavior
|
Methods
OnInitialized(EventArgs)
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System.EventArgs
e
|
Overrides
OnItemsChanged(NotifyCollectionChangedEventArgs)
Invoked when the Items property changes.
Declaration
protected override void OnItemsChanged(NotifyCollectionChangedEventArgs e)
Parameters
System.Collections.Specialized.NotifyCollectionChangedEventArgs
e
Information about the change. |
Overrides
OnKeyDown(KeyEventArgs)
Declaration
protected override void OnKeyDown(KeyEventArgs e)
Parameters
System.Windows.Input.KeyEventArgs
e
|
Overrides
OnTextInput(TextCompositionEventArgs)
Declaration
protected override void OnTextInput(TextCompositionEventArgs e)
Parameters
System.Windows.Input.TextCompositionEventArgs
e
|
Overrides
RegisterCopyPasteApplicationCommands()
Register application commands.
Declaration
protected override void RegisterCopyPasteApplicationCommands()