aspnet-devexpress-dot-web-dot-popupcontrolimages.md
Gets the settings of a window’s header image.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public ImageProperties Header { get; }
Public ReadOnly Property Header As ImageProperties
| Type | Description |
|---|---|
| ImageProperties |
An ImageProperties object that contains image settings.
|
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