Skip to main content
Tab

ASPxPopupControl.MaximizeButtonImage Property

Gets the settings of an image displayed within a maximize button.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public HeaderButtonCheckedImageProperties MaximizeButtonImage { get; }

Property Value

Type Description
HeaderButtonCheckedImageProperties

A HeaderButtonCheckedImageProperties object that contains image settings.

Remarks

The MaximizeButtonImage property provides access to the settings that define an image for a window’s maximize button.

Note

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

See Also