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

DiagramShowingSaveDialogEventArgs.InitialDirectory Property

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

Namespace: DevExpress.Xpf.Diagram

Assembly: DevExpress.Xpf.Diagram.v19.1.dll

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