Skip to main content
Tab

PopupWindow.RefreshButtonStyle Property

Gets style settings for the popup window’s refresh button.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public PopupWindowButtonStyle RefreshButtonStyle { get; }

#Property Value

Type Description
PopupWindowButtonStyle

A PopupWindowButtonStyle object that contains style settings.

#Remarks

The RefreshButtonStyle property provides access to style settings which define the appearance style for the current popup window’s refresh button.

Note

The value assigned to the RefreshButtonStyle property of a popup window overrides the value set for the popup control’s ASPxPopupControl.RefreshButtonStyle property (if any) which specifies the common button style for all popup windows from the ASPxPopupControl.Windows collection.

See Also