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

ASPxPopupControl.CloseButtonImage Property

Gets the settings of an image displayed within a close button.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public HeaderButtonImageProperties CloseButtonImage { get; }

Property Value

Type Description
HeaderButtonImageProperties

A HeaderButtonImageProperties object that contains image settings.

Remarks

The CloseButtonImage property provides access to the settings that define an image for a window’s close button.

Note

If the ASPxPopupControl.Windows collection is empty, the CloseButtonImage property is applied to the default popup window. Otherwise, the CloseButtonImage property specifies common image settings to apply to close buttons of all popup windows from the ASPxPopupControl.Windows collection. In this case, the CloseButtonImage property’s value can be overridden by using the PopupWindow.CloseButtonImage property of individual windows.

See Also