PopupWindow.CloseButtonStyle Property
In This Article
Gets style settings for the window’s close button.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public PopupWindowButtonStyle CloseButtonStyle { get; }
#Property Value
Type | Description |
---|---|
Popup |
A Popup |
#Remarks
The CloseButtonStyle property provides access to style settings which define the appearance style of the current window’s close button.
Note
The value assigned to the Close
See Also