Skip to main content
All docs
V25.1
  • XtraFolderBrowserDialog.SelectedPaths Property

    Gets the paths of the folders that a user has selected.

    Namespace: DevExpress.XtraEditors

    Assembly: DevExpress.XtraDialogs.v25.1.dll

    NuGet Packages: DevExpress.Win.Dialogs, DevExpress.Win.Navigation

    Declaration

    [DXCategory("Data")]
    [Browsable(false)]
    public string[] SelectedPaths { get; }

    Property Value

    Type Description
    String[]

    An array of the folder paths that a user selected.

    Remarks

    Enable the XtraFolderBrowserDialog.Multiselect option to allow a user to use the Ctrl and Shift keys to select multiple folders.

    If the XtraFolderBrowserDialog.Multiselect property is disabled, you can use either the XtraFolderBrowserDialog.SelectedPath or SelectedPaths property to identify the selected path.

    See Also