Skip to main content

BootstrapClientCallbackPanel Class

Represents a client-side equivalent of the BootstrapCallbackPanel control.

#Declaration

TypeScript
declare class BootstrapClientCallbackPanel extends ASPxClientControl

#Remarks

The BootstrapClientCallbackPanel object serves as a client-side equivalent of the BootstrapCallbackPanel control and implements functionality allowing a callback to the server to be initiated via the BootstrapClientCallbackPanel.PerformCallback) method.

#Inheritance

ASPxClientControlBase
ASPxClientControl
BootstrapClientCallbackPanel
See Also