Skip to main content

IFileDialogServiceBase.InitialDirectory Property

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

Namespace: DevExpress.Mvvm

Assembly: DevExpress.Mvvm.v24.1.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation

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