Back to Devexpress

FolderBrowserDialogService.StartPath Property

wpf-devexpress-dot-mvvm-dot-ui-dot-folderbrowserdialogservice.md

latest1.1 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public string StartPath { get; set; }
vb
Public Property StartPath As String

Property Value

TypeDescription
String

The path of the initially selected directory.

|

See Also

FolderBrowserDialogService Class

FolderBrowserDialogService Members

DevExpress.Mvvm.UI Namespace