ASPxPopupControlBase.ShowRefreshButton Property
Gets or sets a value that specifies whether a window’s refresh button is displayed.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | false |
|
Remarks
Use the ShowRefreshButton property to control the refresh button visibility. The refresh button can work in two different ways:
If the ASPxPopupControlBase.ContentUrl property is not specified, the window/panel performs a callback, so the ASPxPopupControlBase.WindowCallback event is raised.
If the ASPxPopupControlBase.ContentUrl property is specified, the window/panel refreshes the page inside the iframe.
Note
For the ASPxPopupControl only:
If the ASPxPopupControl.Windows collection is empty, the ShowRefreshButton property is applied to the default popup window. Otherwise, the ShowRefreshButton property specifies the refresh button visibility for all popup windows in the ASPxPopupControl.Windows collection. A specific window’s button visibility is controlled by the PopupWindow.ShowRefreshButton property.