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

FolderBrowserDialogService.RestorePreviouslySelectedDirectory Property

Gets or sets a value indicating whether the dialog box restores the directory to the previously selected directory. This is a dependency property.

Namespace: DevExpress.Mvvm.UI

Assembly: DevExpress.Xpf.Core.v19.2.dll

Declaration

public bool RestorePreviouslySelectedDirectory { get; set; }

Property Value

Type Description
Boolean

true, if the dialog box restores the current directory to the previously selected directory if a user changed the directory; otherwise, false. The default value is true.

See Also