ClassFileBrowserTreeView
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:
cs-api-definition
public class FileBrowserTreeView : RadTreeView, IScrollingServiceCore, IScrollingInfo
Inheritance: objectRadTreeViewFileBrowserTreeView
Implements:
Inherited Members
Constructors
FileBrowserTreeView()
Initializes a new instance of the FileBrowserTreeView class.
Declaration
cs-api-definition
public FileBrowserTreeView()
Fields
FileBrowserDragDropBehaviorProperty
Identifies the FileBrowserDragDropBehavior dependency property.
Declaration
cs-api-definition
public static readonly DependencyProperty FileBrowserDragDropBehaviorProperty
Field Value
DependencyProperty
Properties
FileBrowserDragDropBehavior
Gets or sets the FileBrowserDragDropBehavior for this FileBrowserTreeView.
Declaration
cs-api-definition
public FileBrowserDragDropBehavior FileBrowserDragDropBehavior { get; set; }
Property Value
Methods
GetContainerForItemOverride()
Declaration
cs-api-definition
protected override DependencyObject GetContainerForItemOverride()
Returns
DependencyObject
Overrides
OnInitialized(EventArgs)
Declaration
cs-api-definition
protected override void OnInitialized(EventArgs e)
Parameters
e
Overrides