PopupWindow.CloseButtonImage Property
In This Article
Gets the settings of an image displayed within the window’s close button.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public HeaderButtonImageProperties CloseButtonImage { get; }
#Property Value
Type | Description |
---|---|
Header |
A Header |
#Remarks
The CloseButtonImage property provides access to settings that define an image for the current window’s close button.
Note
The value assigned to the Close
See Also