Back to Devexpress

DialogParameters.SelectedPath Property

wpf-devexpress-dot-xpf-dot-editors-dot-dialogparameters-735ce6ef.md

latest1.2 KB
Original Source

DialogParameters.SelectedPath Property

Gets or sets the path selected in the browse folder dialog.

Namespace : DevExpress.Xpf.Editors

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public string SelectedPath { get; set; }
vb
Public Property SelectedPath As String

Property Value

TypeDescription
String

The path selected in the browse folder dialog.

|

Remarks

Refer to the following help topic for more information: SelectedPath.

See Also

DialogParameters Class

DialogParameters Members

DevExpress.Xpf.Editors Namespace