ASPxClientTab.SetActiveImageUrl(value) Method
Specifies the URL which points to the image displayed within the active tab.
Declaration
SetActiveImageUrl(
value: string
): void
Parameters
Name | Type | Description |
---|---|---|
value | string | A string value that is the URL to the image displayed within the active tab. |
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