ASPxClientPopupWindow.SetHeaderImageUrl(value) Method
Specifies the URL which points to the image displayed within the window header.
Declaration
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 PopupWindow.HeaderImage.Url and control’s ASPxPopupControl.HeaderImage.Url properties are not specified), the corresponding DOM element is not created. In this case, the SetHeaderImageUrl property is not in effect.
See Also