ClassFileBrowserTreeNode
Class
Definition
Namespace:Telerik.WinControls.FileDialogs
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public class FileBrowserTreeNode : RadTreeNode, IDataItem, ICloneable, INotifyPropertyChanged
Inheritance: objectRadTreeNodeFileBrowserTreeNode
Derived Classes:
Implements:
Inherited Members
Constructors
FileBrowserTreeNode()
Declaration
cs-api-definition
public FileBrowserTreeNode()
Properties
DataItem
Declaration
cs-api-definition
public DirectoryBaseWrapper DataItem { get; set; }
Property Value
Methods
GetFullPath(StringBuilder, string)
Declaration
cs-api-definition
protected override void GetFullPath(StringBuilder path, string pathSeparator)
Parameters
path
pathSeparator
Overrides