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

PopupWindow.HeaderImage Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public ImageProperties HeaderImage { get; }

Property Value

Type Description
ImageProperties

An ImageProperties object that contains image settings.

Remarks

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

Note

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

See Also