Skip to main content

DiagramShowingOpenDialogEventArgs.InitialDirectory Property

Gets or sets the path to the directory displayed by the dialog.

Namespace: DevExpress.Xpf.Diagram

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

NuGet Package: DevExpress.Wpf.Diagram

Declaration

public string InitialDirectory { get; set; }

Property Value

Type Description
String

A string value that is the path to the directory displayed by the dialog.

See Also