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

ASPxPopupControl.RefreshButtonImage Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public HeaderButtonImageProperties RefreshButtonImage { get; }

Property Value

Type Description
HeaderButtonImageProperties

A HeaderButtonImageProperties object that contains image settings.

Remarks

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

Note

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

See Also