Class RepositoryDirectoryTree
Implementation of the repository tree view
Inheritance
System.Object
RepositoryDirectoryTree
Namespace: Simplic.Framework.DBUI.Repository
Assembly: Simplic.Framework.DBUI.dll
Syntax
public class RepositoryDirectoryTree : RadTreeView
Constructors
| Improve this Doc View SourceRepositoryDirectoryTree()
Create explorer tree view
Declaration
public RepositoryDirectoryTree()
Properties
| Improve this Doc View SourceSelectedDirectory
Get currently selected directory, setter just can set to null
Declaration
public RepositoryDirectoryInfo SelectedDirectory { get; set; }
Property Value
| Type | Description |
|---|---|
| RepositoryDirectoryInfo |
Methods
| Improve this Doc View SourceRefresh(String, Boolean)
Refresh repository directory tree view
Declaration
public void Refresh(string startPath = "", bool firstNodeIsTopNode = false)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | startPath | Start path of the directory tree |
| System.Boolean | firstNodeIsTopNode | If set to true, the first node is the top node |
Events
| Improve this Doc View SourceDirectoryLoaded
Will be called, if a directory is created
Declaration
public event RepositoryDirectoryTree.OnDirectoryLoaded DirectoryLoaded
Event Type
| Type | Description |
|---|---|
| RepositoryDirectoryTree.OnDirectoryLoaded |