Skip to main content
All docs
V23.2

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

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

Declaration

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

Property Value

Type Default Description
Boolean false

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

See Also