aspnet-devexpress-dot-web-dot-popupcontrolimages-e69ce196.md
Gets the settings of a window’s footer image.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public ImageProperties Footer { get; }
Public ReadOnly Property Footer As ImageProperties
| Type | Description |
|---|---|
| ImageProperties |
An ImageProperties object that contains image settings.
|
The Footer property provides access to settings that define a footer image to be displayed within a window’s footer. The specified image can be used as a link if the window’s ASPxPopupControlBase.FooterNavigateUrl (or PopupWindow.FooterNavigateUrl for ASPxPopupControl) is properly specified.
Note
For ASPxPopupControl only:
If the ASPxPopupControl.Windows collection is empty, the Footer property is applied to the default popup window. Otherwise, the Footer property specifies a common footer image for all popup windows from the ASPxPopupControl.Windows collection. In this case, the Footer property’s value can be overridden by using the PopupWindow.FooterImage property of individual windows.
See Also