Back to Devexpress

XtraCommonDialog.AllowDragDrop Property

windowsforms-devexpress-dot-xtraeditors-dot-base-dot-xtracommondialog.md

latest1.4 KB
Original Source

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.2.dll

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

Declaration

csharp
[DefaultValue(true)]
[DXCategory("Behavior")]
public bool AllowDragDrop { get; set; }
vb
<DefaultValue(True)>
<DXCategory("Behavior")>
Public Property AllowDragDrop As Boolean

Property Value

TypeDefaultDescription
Booleantrue

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

|

See Also

XtraCommonDialog Class

XtraCommonDialog Members

DevExpress.XtraEditors.Base Namespace