Skip to main content
Tab

PopupControlImages.Header Property

Gets the settings of a window’s header image.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public ImageProperties Header { get; }

Property Value

Type Description
ImageProperties

An ImageProperties object that contains image settings.

Remarks

The Header property provides access to settings that define a header image to be displayed within a window’s header. The specified image can be used as a link if a window’s ASPxPopupControlBase.HeaderNavigateUrl (or PopupWindow.HeaderNavigateUrl for ASPxPopupControl) is properly specified.

Note

For ASPxPopupControl only:

If the ASPxPopupControl.Windows collection is empty, the Header property is applied to the default popup window. Otherwise, the Header property specifies a common header image for all popup windows from the ASPxPopupControl.Windows collection. In this case, the Header property’s value can be overridden by using the PopupWindow.HeaderImage property of individual windows.

See Also