Back to Devexpress

PopupControlImages.Footer Property

aspnet-devexpress-dot-web-dot-popupcontrolimages-e69ce196.md

latest2.3 KB
Original Source

PopupControlImages.Footer Property

Gets the settings of a window’s footer image.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public ImageProperties Footer { get; }
vb
Public ReadOnly Property Footer As ImageProperties

Property Value

TypeDescription
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

Header

Footer

PopupControlImages Class

PopupControlImages Members

DevExpress.Web Namespace