DXFileDialog.InitialDirectory Property
Gets or sets the initial directory displayed by the file dialog.
Namespace: DevExpress.Xpf.Dialogs
Assembly: DevExpress.Xpf.Dialogs.v24.1.dll
NuGet Package: DevExpress.Wpf.Dialogs
Declaration
Property Value
Type | Description |
---|---|
String | The initial directory displayed by the file dialog. The default is an empty string (“”). |
See Also