FileBrowserTreeView
Class
Represents a TreeView control for displaying the hierarchical folder structure in the RadOpenFileDialog, RadOpenFolderDialog and RadSaveFileDialog.
Definition
Namespace:Telerik.Windows.Controls.FileDialogs
Assembly:Telerik.Windows.Controls.FileDialogs.dll
Syntax:
C#
public class FileBrowserTreeView : RadTreeView, IScrollingServiceCore, IScrollingInfo
Inheritance: objectRadTreeViewFileBrowserTreeView
Implements:
Inherited Members
Constructors
Initializes a new instance of the FileBrowserTreeView class.
C#
public FileBrowserTreeView()
Fields
FileBrowserDragDropBehaviorProperty
DependencyProperty
Identifies the FileBrowserDragDropBehavior dependency property.
C#
public static readonly DependencyProperty FileBrowserDragDropBehaviorProperty
Properties
Gets or sets the FileBrowserDragDropBehavior for this FileBrowserTreeView.
C#
public FileBrowserDragDropBehavior FileBrowserDragDropBehavior { get; set; }
Methods
GetContainerForItemOverride()
DependencyObject
C#
protected override DependencyObject GetContainerForItemOverride()
DependencyObject
Overrides: