WebDropControl Properties
| AdvancedProperties | Description Specifies the ControlID to be integrated with other Intersoft control. ValueType String Default Value |
| AcceptDataType | Description Specifies the data type that accepted by the drop control. ValueType String Default Value |
| AcceptDragSourceControls | Description Gets or sets the controls that can be accepted by this drop control. Use ; character as separator when you want to include more than one control identifiter. ValueType String Default Value |
| AutoPostBackOnDragDrop | Description Determines whether postback should be automatically invoked upon successful drag drop operation. ValueType boolean Default Value False |
| ControlID | Description Gets or sets the control id of WebDragDropExtender instance. ValueType String Default Value |
| EnableCaching | Description Specifies whether caching is automatically handled by the control. ValueType boolean Default Value True |
| Enabled | Description Enables state of the control. ValueType boolean Default Value True |
WebDropControl Methods
| GetElement | Description Gets the HTML element associated to this drop control. Parameters Remarks
|