GetSelectedValue
This method is used to get selected value of the control which is bind through custom logic.
Method Signature:
GetSelectedValue(Control)
Sample Response:
<Current selected value of the control>
Parameter Details:
| Parameter Name | Type | Mandatory | Description |
|---|---|---|---|
| Control | object | Y | Object of the control e.g.,“this” / $(control) |