ASPxClientNavBarItem.GetImageUrl Method
In This Article
Returns the URL which points to the image displayed within the item.
#Declaration
TypeScript
GetImageUrl(): string
#Returns
Type | Description |
---|---|
string | A string value that specifies the URL to the image displayed within the item. |
#Remarks
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