Skip to main content
A newer version of this page is available. .

IFileDialogServiceBase.RestoreDirectory Property

Gets or sets a value indicating whether the dialog box restores the directory to the previously selected directory before closing.

Namespace: DevExpress.Mvvm

Assembly: DevExpress.Mvvm.v18.2.dll

Declaration

bool RestoreDirectory { get; set; }

Property Value

Type Description
Boolean

true, if the dialog box restores the current directory to the previously selected directory if the initial directory was changed while searching for files; otherwise, false. The default is false.

See Also