PopupWindow.CloseButtonStyle Property
Gets style settings for the window’s close button.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
PopupWindowButtonStyle | A PopupWindowButtonStyle object that contains style settings for the window’s close button. |
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 CloseButtonStyle property of a popup window overrides the value set for the popup control’s ASPxPopupControl.CloseButtonStyle property (if any) which specifies a common style to apply to close buttons of all popup windows from the ASPxPopupControl.Windows collection.
See Also