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

    Gets or sets whether a user can select multiple folders.

    Namespace: DevExpress.XtraEditors

    Assembly: DevExpress.XtraDialogs.v25.1.dll

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

    Declaration

    [DefaultValue(false)]
    [DXCategory("Behavior")]
    public bool Multiselect { get; set; }

    Property Value

    Type Default Description
    Boolean false

    true to allow multiple folders to be selected; otherwise, false.

    Remarks

    Use the XtraFolderBrowserDialog.SelectedPaths property to identify the paths that a user selected.

    See Also