ASPxCallbackPanel.HideContentOnCallback Property
Gets or sets a value that specifies whether the panel’s contents are hidden while a callback sent by the panel control is being processed on the server side.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | false |
|
Remarks
Set the HideContentOnCallback property to true
, to not display the panel’s content during callback processing.
If the HideContentOnCallback property is set to false
(the default behavior), the panel’s content is displayed while a callback is being processed on the server side. In this case, the panel content is covered with a specific Loading Div element whose style settings can be defined via the CallbackPanelStyles.LoadingDiv property.
While waiting a callback responce, a specific Loading Panel is displayed within the control. The Loading Panel’s appearance can be customized using the ASPxCallbackPanel.SettingsLoadingPanel property.