PopupWindow.MaximizeButtonImage Property
Gets the settings of an image displayed within the window’s maximize button.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
HeaderButtonCheckedImageProperties | A HeaderButtonCheckedImageProperties object that contains image settings. |
Remarks
The MaximizeButtonImage property provides access to settings that define an image for the current window’s maximize button.
Note
The value assigned to the MaximizeButtonImage property of a popup window overrides the value set for the popup control’s ASPxPopupControl.MaximizeButtonImage property (if any) which specifies common image settings to apply to maximize buttons of all popup windows from the ASPxPopupControl.Windows collection.
See Also