Skip to main content

IFileDialogServiceBase.RestoreDirectory Property

Gets or sets whether the dialog should remember the previous directory and restore it when you show this dialog again.

Namespace: DevExpress.Mvvm

Assembly: DevExpress.Mvvm.v23.2.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation

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