DragDropBehaviorProperties Properties
Contains the Drag-and-Drop Behavior options.Name | Description |
---|---|
AllowDrag | Gets or sets whether users are allowed to drag data elements from the control. |
AllowDrop | Gets or sets whether users are allowed to drop data elements on the attached control. |
Events | Provides access to the Drag-and-Drop Behavior events. For internal use. |
InsertIndicatorVisible | Gets or sets whether to display the indicator that shows the position in the target control where dragged elements will be inserted. |
PreviewVisible | Gets or sets whether a preview of the dragged element is displayed during a drag-and-drop operation. |
See Also