ASPxClientPopupControlBase.SetHeaderImageUrl(value) Method
In This Article
Specifies the URL which points to the image displayed within the window header.
#Declaration
TypeScript
SetHeaderImageUrl(
value: string
): void
#Parameters
Name | Type | Description |
---|---|---|
value | string | A string value that is the URL to the image displayed within the header. |
#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.
Note
If a header image is not initialized on the server side (the window’s Popup
See Also