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.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
Property Value
Type | Description |
---|---|
TDragDropBehaviorProperties | A TDragDropBehaviorProperties object that contains the Behavior options. |
See Also