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

IFileDialogServiceBase.InitialDirectory Property

Gets or sets the initial folder shown by the dialog box.

Namespace: DevExpress.Mvvm

Assembly: DevExpress.Mvvm.v20.2.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Uwp.Controls, DevExpress.WindowsDesktop.Mvvm

Declaration

string InitialDirectory { get; set; }

Property Value

Type Description
String

A System.String value specifying the initial folder shown by the dialog box. The default is an empty string.

See Also