Skip to main content
Tab

PopupWindow.RefreshButtonImage Property

Gets the settings of an image displayed within the window’s refresh button.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public HeaderButtonImageProperties RefreshButtonImage { get; }

Property Value

Type Description
HeaderButtonImageProperties

A HeaderButtonImageProperties object that contains image settings.

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 RefreshButtonImage property of a popup window overrides the value set for the popup control’s ASPxPopupControl.RefreshButtonImage property (if any) which specifies common image settings to apply to refresh buttons of all popup windows from the ASPxPopupControl.Windows collection.

See Also