ASPxClientPopupControlBase.GetFooterImageUrl Method
In This Article
Returns the URL pointing to the image displayed within the window footer by default.
#Declaration
TypeScript
GetFooterImageUrl(): string
#Returns
Type | Description |
---|---|
string | A string value that is the URL for the image displayed within the window footer. |
#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