PopupWindow.CollapseButtonImage Property
In This Article
Gets the settings of an image displayed within the window’s collapse button.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public HeaderButtonCheckedImageProperties CollapseButtonImage { get; }
#Property Value
Type | Description |
---|---|
Header |
A Header |
#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 Collapse
See Also