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

XtraFolderBrowserDialog.SelectedPath Property

Gets or sets the selected path.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraDialogs.v19.2.dll

Declaration

[DefaultValue("")]
[DXCategory("Data")]
public string SelectedPath { get; set; }

Property Value

Type Default Description
String String.Empty

A String value that specifies the selected path.

Remarks

Refer to this MSDN article to learn more.

See Also