PopupWindow.FooterImage Property
Gets the settings of the popup window’s footer image.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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.