PopupControlStyles.RefreshButton Property
Gets style settings for a window’s refresh button.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
PopupWindowButtonStyle | A PopupWindowButtonStyle object that contains button style settings. |
Remarks
The RefreshButton property provides access to style settings which define the appearance style of a window’s refresh button.
Note
For ASPxPopupControl only:
If the ASPxPopupControl.Windows collection is empty, the RefreshButton property is applied to the default popup window. Otherwise, the RefreshButton property specifies a common style to be applied to the refresh buttons of all popup windows from the ASPxPopupControl.Windows collection. In this case, the RefreshButton property’s value can be overridden, by using the PopupWindow.RefreshButtonStyle property of individual windows.