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

FolderBrowserDialogService.StartPath Property

Gets or sets the path of the initially selected directory. This is a dependency property.

Namespace: DevExpress.Mvvm.UI

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

Declaration

public 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