Skip to main content
All docs
V24.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.v24.2.dll

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