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

PopupControlStyles.CloseButton Property

Gets style settings for a window’s close button.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public PopupWindowButtonStyle CloseButton { get; }

Property Value

Type Description
PopupWindowButtonStyle

A PopupWindowButtonStyle object that contains style settings for a window’s close button.

Remarks

The CloseButton property provides access to style settings which define the appearance style of a window’s close button.

Note

For ASPxPopupControl only:

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

See Also