Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public string StartPath { get; set; }

Property Value

Type Description
String

The path of the initially selected directory.

See Also