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

ASPxPopupControl.MaximizeButtonStyle Property

Gets style settings for a window’s maximize button.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public PopupWindowButtonStyle MaximizeButtonStyle { get; }

Property Value

Type Description
PopupWindowButtonStyle

A PopupWindowButtonStyle object that contains style settings.

Remarks

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

Note

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

See Also