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

ASPxPopupControl.CollapseButtonImage Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public HeaderButtonCheckedImageProperties CollapseButtonImage { get; }

Property Value

Type Description
HeaderButtonCheckedImageProperties

A HeaderButtonCheckedImageProperties object that contains image settings.

Remarks

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

Note

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

See Also