Class FileBrowserGridView
Represents a GridView control for listing detailed information for files and folders in the Rad
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 File
Declaration
public FileBrowserGridView()
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
OnInitialized(EventArgs)
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System.
|
Overrides
OnItemsChanged(NotifyCollectionChangedEventArgs)
Invoked when the Items property changes.
Declaration
protected override void OnItemsChanged(NotifyCollectionChangedEventArgs e)
Parameters
System. Information about the change. |
Overrides
OnKeyDown(KeyEventArgs)
Declaration
protected override void OnKeyDown(KeyEventArgs e)
Parameters
System.
|
Overrides
OnTextInput(TextCompositionEventArgs)
Declaration
protected override void OnTextInput(TextCompositionEventArgs e)
Parameters
System.
|
Overrides
RegisterCopyPasteApplicationCommands()
Register application commands.
Declaration
protected override void RegisterCopyPasteApplicationCommands()