RetailReplenishmentTreeDatasource.canDrop Method [AX 2012]
Indicates whether a drop on a specified target is enabled when the user performs a drag operation.
public FormDrag canDrop(int idx, FormControl dragSource)
Run On
ClientParameters
- idx
- Type: int
The ID of the target element in the tree control.
- dragSource
- Type: FormControl Class
The source of the drag.
Return Value
Type: FormDrag EnumerationThe FormDrag::None enumeration value if the drop is not enabled; otherwise, the FormDrag::Move enumeration value.
Community Additions
ADD
Show: