Skip to main content

DragDropBehaviorBase<TDragDropBehaviorSource, TDragDropBehaviorProperties>.Properties Property

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

Namespace: DevExpress.Utils.DragDrop

Assembly: DevExpress.Utils.v24.2.dll

Declaration

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

Property Value

Type Description
TDragDropBehaviorProperties

A TDragDropBehaviorProperties object that contains the Behavior settings.

See Also