Back to Devexpress

ASPxClientButton.GetImageUrl Method

aspnet-js-aspxclientbutton-8bca591f.md

latest801 B
Original Source

ASPxClientButton.GetImageUrl Method

Returns the URL pointing to the image displayed within the button.

Declaration

ts
GetImageUrl(): string

Returns

TypeDescription
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

Image

SetImageUrl(value)

ASPxClientButton Class

ASPxClientButton Members