Represents the native class that contains core drag information. The instance of this class is passed to OnDragStart, OnDragEnd and OnShadowCreate client side event.
Properties:
- IsDragged
Determines whether the current drag element is being dragged.
- Enabled
Specifies whether the drag element is enabled.
- Owner
Gets the associated WebDragControl instance for the drag element.
- ShadowElement
Gets the HTML element of the drag element's shadow which is displayed during dragging.
References
{ISDragableObject Properties}