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

PopupWindow.CollapseButtonImage Property

Gets the settings of an image displayed within the window’s 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 settings that define an image for the current window’s collapse button.

Note

The value assigned to the CollapseButtonImage property of a popup window overrides the value set for the popup control’s ASPxPopupControl.CollapseButtonImage property (if any) which specifies common image settings to apply to collapse buttons of all popup windows from the ASPxPopupControl.Windows collection.

See Also