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

DragDropBehaviorBase<TDragDropBehaviorSource, TDragDropBehaviorProperties>.Properties Property

Provides access to the Drag-and-Drop Behavior options (preview, indicator, etc.).

Namespace: DevExpress.Utils.DragDrop

Assembly: DevExpress.Utils.v19.1.dll

Declaration

[Browsable(false)]
public TDragDropBehaviorProperties Properties { get; }

Property Value

Type Description
TDragDropBehaviorProperties

A TDragDropBehaviorProperties object that contains the Behavior options.

See Also