Back to Devexpress

XtraCommonDialog.ShowDragDropConfirmation Property

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

latest1.5 KB
Original Source

XtraCommonDialog.ShowDragDropConfirmation Property

Gets or sets whether to display a confirmation message when a user drops a file/folder in a new location.

Namespace : DevExpress.XtraEditors.Base

Assembly : DevExpress.XtraDialogs.v25.2.dll

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

Declaration

csharp
[DefaultValue(false)]
[DXCategory("Behavior")]
public bool ShowDragDropConfirmation { get; set; }
vb
<DefaultValue(False)>
<DXCategory("Behavior")>
Public Property ShowDragDropConfirmation As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

true to display a confirmation message when a user drops a file/folder in a new location; otherwise, false.

|

See Also

XtraCommonDialog Class

XtraCommonDialog Members

DevExpress.XtraEditors.Base Namespace