ASPxClientButton.GetImageUrl Method
Returns the URL pointing to the image displayed within the button.
Declaration
GetImageUrl(): string
Returns
Type | Description |
---|---|
string | A string value that is the URL to the image displayed within the button. |
Remarks
Use the GetImageUrl method to get the URL to the image displayed within the button on the client side. To set the image URL on the client side, use the ASPxClientButton.SetImageUrl method.
See Also