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

PopupWindow.CloseButtonStyle Property

Gets style settings for the window’s close button.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public PopupWindowButtonStyle CloseButtonStyle { get; }

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