
Defines whether the object can be moved using Drag&Drop.
This property can be personalized by an administrator. During personalization, this property can be assigned the following value: false
Name of the DropTargetInfo for dropping data on to table rows.
This property is required for Table.DropOnRowTargetInfo.
Scope of DragTargetInfo.
| Value | Description |
|---|---|
|
componentInstance |
For security reasons DragTargetInfo can only be used within the component. Objects can only be moved to a UI element of the same component using Drag&Drop. |
|
global |
DragTargetInfo can be used globally. |
This property corresponds to flavors in the programming environment. It enables possible DropTargets to be identified. Drag&Drop is only possible if the DragTargetInfo has at least one DropSource tag. Multiple tags can be assigned to a DragTargetInfo.
The specifications for this property are case-sensitive. Entries must be separated by spaces. You may not use the following characters: Colon (:), comma (,), semicolon (;), backslash (\), slash (/), period (.). You can use an asterisk (*) as a wildcard.
You can use this property to define your own development standards. As a software architect, you should pay attention to which tags you are using and how they are designed.