Search Results for

    Show / Hide Table of Contents

    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 Source

    RepositoryDirectoryTree()

    Create explorer tree view

    Declaration
    public RepositoryDirectoryTree()

    Properties

    | Improve this Doc View Source

    SelectedDirectory

    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 Source

    Refresh(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 Source

    DirectoryLoaded

    Will be called, if a directory is created

    Declaration
    public event RepositoryDirectoryTree.OnDirectoryLoaded DirectoryLoaded
    Event Type
    Type Description
    RepositoryDirectoryTree.OnDirectoryLoaded
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx