Skip to main content
All docs
V23.2

XtraCommonDialog.AllowDragDrop Property

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

Namespace: DevExpress.XtraEditors.Base

Assembly: DevExpress.XtraDialogs.v23.2.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