PopupWindow.RefreshButtonImage Property
In This Article
Gets the settings of an image displayed within the window’s refresh button.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public HeaderButtonImageProperties RefreshButtonImage { get; }
#Property Value
Type | Description |
---|---|
Header |
A Header |
#Remarks
The RefreshButtonImage property provides access to settings that define an image for the current window’s refresh button.
Note
The value assigned to the Refresh
See Also