Skip to main content
Tab

ASPxPopupControl.RefreshButtonStyle Property

Gets style settings for a window’s refresh button.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.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 of a window’s refresh button.

Note

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

See Also