Skip to main content

ASPxClientTreeViewNode.GetImageUrl Method

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

Declaration

GetImageUrl(): string

Returns

Type Description
string

A string value that is the URL to the image displayed within the node.

Remarks

Use the GetImageUrl method to obtain the URL to the image displayed within the node. In order to set the URL to the image on the client side, use the ASPxClientTreeViewNode.SetImageUrl method.

All graphic file formats which can be interpreted by internet browsers are supported. The image’s URL can represent either an absolute or relative path.

See Also