Skip to main content
All docs
V25.1
  • XtraCommonDialog.AllowDragDrop Property

    Gets or sets whether users can drag and drop files/folders inside the dialog.

    Namespace: DevExpress.XtraEditors.Base

    Assembly: DevExpress.XtraDialogs.v25.1.dll

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

    Declaration

    [DefaultValue(true)]
    [DXCategory("Behavior")]
    public bool AllowDragDrop { get; set; }

    Property Value

    Type Default Description
    Boolean true

    true to allow users to drag and drop files/folders inside the dialog; otherwise, false.

    See Also