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.1.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 |
|
See Also