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

PopupControlStyles.MaximizeButton Property

Gets style settings for a window’s maximize button.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public PopupWindowButtonStyle MaximizeButton { get; }

Property Value

Type Description
PopupWindowButtonStyle

A PopupWindowButtonStyle object that contains button style settings.

Remarks

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

Note

For ASPxPopupControl only:

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

See Also