Skip to main content
A newer version of this page is available. .

DragDropBehaviorProperties.PreviewVisible Property

Gets or sets whether a preview of the dragged element is displayed during a drag-and-drop operation.

Namespace: DevExpress.Utils.DragDrop

Assembly: DevExpress.Utils.v19.2.dll

Declaration

[DefaultValue(true)]
[DXCategory("Customization")]
public bool PreviewVisible { get; set; }

Property Value

Type Default Description
Boolean **true**

true to display a preview of the dragged element; otherwise, false.

Remarks

During a drag-and-drop operation, the Behavior Manager shows a preview of dragged data elements near the mouse pointer. You can use the DragDropManager.PreviewShowMode property to disable the preview image or enable it for target controls only.

If this setting is enabled, you can disable a particular control’s preview with the DragDropBehavior.Properties.PreviewVisible property.

To customize the preview image, use the following options:

The following code snippets (auto-collected from DevExpress Examples) contain references to the PreviewVisible property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also