Class SelectRepositoryFolderDialog
Contains the implementation of the repository folder browser dialog
Implements
ISaveableLayout
IFocusableControlBase
Inherited Members
Namespace: Simplic.Framework.DBUI.Repository
Assembly: Simplic.Framework.DBUI.dll
Syntax
public class SelectRepositoryFolderDialog : DefaultRibbonWindow
Constructors
| Improve this Doc View SourceSelectRepositoryFolderDialog()
Create and prepare the repository control
Declaration
public SelectRepositoryFolderDialog()
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 |
Implements
ISaveableLayout
IFocusableControlBase