Skip to main content
A newer version of this page is available. .

BootstrapCallbackPanel() Constructor

Initializes a new instance of the BootstrapCallbackPanel class.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v18.2.dll

Declaration

public BootstrapCallbackPanel()

Remarks

This constructor is used to create a new instance of the panel control with the default settings. Use the ASPxPanelContainerBase.Controls property of the newly created object to access a collection of child controls and add new controls to the panel control.

See Also