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

PopupControlImages.Footer Property

Gets the settings of a window’s footer image.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public ImageProperties Footer { get; }

Property Value

Type Description
ImageProperties

An ImageProperties object that contains image settings.

Remarks

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