DevOpenFileOrFolderDialogRestoreDirectory Property
Gets or sets a value indicating whether the dialog box restores the directory
to the previously selected directory before closing.
Namespace: DevCase.UI.DialogsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[DefaultValueAttribute(false)]
public bool RestoreDirectory { get; set; }
<DefaultValueAttribute(false)>
Public Property RestoreDirectory As Boolean
Get
Set
Dim instance As DevOpenFileOrFolderDialog
Dim value As Boolean
value = instance.RestoreDirectory
instance.RestoreDirectory = value
public:
[DefaultValueAttribute(false)]
property bool RestoreDirectory {
bool get ();
void set (bool value);
}
[<DefaultValueAttribute(false)>]
member RestoreDirectory : bool with get, set
No code example is currently available or this language may not be supported.
Property Value
Boolean if the dialog box restores the current directory
to the previously selected directory if the user changed the directory while searching for files;
otherwise,
.
The default value is
.