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

IFolderBrowserDialogService.StartPath Property

Gets or sets the path of the initially selected directory.

Namespace: DevExpress.Mvvm

Assembly: DevExpress.Mvvm.v21.1.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Uwp.Controls, DevExpress.Win.Design, DevExpress.WinUI

Declaration

string StartPath { get; set; }

Property Value

Type Description
String

A Systems.Stringvalue specifying the path of the initially selected directory. The default is an empty string.

See Also