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
NuGet Package: DevExpress.Web
#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 ASPx
If the ASPx