Skip to main content

DXFileDialog.InitialDirectory Property

Gets or sets the initial directory displayed by the file dialog.

Namespace: DevExpress.Xpf.Dialogs

Assembly: DevExpress.Xpf.Dialogs.v23.2.dll

NuGet Package: DevExpress.Wpf.Dialogs

Declaration

public string InitialDirectory { get; set; }

Property Value

Type Description
String

The initial directory displayed by the file dialog. The default is an empty string (“”).

See Also