Back to Devexpress

PopupControlImages.Header Property

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

latest2.3 KB
Original Source

PopupControlImages.Header Property

Gets the settings of a window’s header image.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

Property Value

TypeDescription
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

Footer

Header

PopupControlImages Class

PopupControlImages Members

DevExpress.Web Namespace