Class FileBrowserTreeView
Represents a TreeView control for displaying the hierarchical folder structure in the Rad
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 File
Declaration
public FileBrowserTreeView()
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
GetContainerForItemOverride()
Declaration
protected override DependencyObject GetContainerForItemOverride()
Returns
System.
|
Overrides
IsItemItsOwnContainerOverride(Object)
Declaration
protected override bool IsItemItsOwnContainerOverride(object item)
Parameters
System.
|
Returns
System.
|
Overrides
OnInitialized(EventArgs)
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System.
|