PopupWindow.MaximizeButtonStyle Property
Gets style settings for the popup window’s maximize 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. |
Remarks
The MaximizeButtonStyle property provides access to style settings which define the appearance style for the current popup window’s maximize button.
Note
The value assigned to the MaximizeButtonStyle property of a popup window overrides the value set for the popup control’s ASPxPopupControl.MaximizeButtonStyle property (if any) which specifies the common maximize button style for all popup windows from the ASPxPopupControl.Windows collection.
See Also