Skip to main content
A newer version of this page is available. .
Tab

PopupWindow.FooterImage Property

Gets the settings of the popup window’s footer image.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public ImageProperties FooterImage { get; }

Property Value

Type Description
ImageProperties

An ImageProperties object that contains image settings.

Remarks

The FooterImage property provides access to settings that define a footer image which should be displayed within the current popup window’s footer. The specified image can be used as a link if the window’s PopupWindow.FooterNavigateUrl is properly specified.

Note

The value assigned to the FooterImage property of a popup window overrides the value set for the popup control’s ASPxPopupControlBase.Controls property (if any) which specifies a common footer image for all popup windows from the ASPxPopupControl.Windows collection.

See Also