Class FileBrowserTreeView
Represents a TreeView control for displaying the hierarchical folder structure in the RadOpenFileDialog, RadOpenFolderDialog and RadSaveFileDialog.
Inherited Members
Namespace: Telerik.Windows.Controls.FileDialogs
Assembly: Telerik.Windows.Controls.FileDialogs.dll
Syntax
public class FileBrowserTreeView : RadTreeView, IScrollingServiceCore, IScrollingInfo, IThemable
Constructors
FileBrowserTreeView()
Initializes a new instance of the FileBrowserTreeView class.
Declaration
public FileBrowserTreeView()
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 FileBrowserTreeView.
Declaration
public FileBrowserDragDropBehavior FileBrowserDragDropBehavior { get; set; }
Property Value
FileBrowserDragDropBehavior
|
Methods
GetContainerForItemOverride()
Declaration
protected override DependencyObject GetContainerForItemOverride()
Returns
System.Windows.DependencyObject
|
Overrides
IsItemItsOwnContainerOverride(Object)
Declaration
protected override bool IsItemItsOwnContainerOverride(object item)
Parameters
System.Object
item
|
Returns
System.Boolean
|
Overrides
OnInitialized(EventArgs)
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System.EventArgs
e
|