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.v23.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

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

Property Value

Type Description
TDragDropBehaviorProperties

A TDragDropBehaviorProperties object that contains the Behavior options.

See Also