Skip to main content
Tab

ASPxCallbackPanel() Constructor

Initializes a new instance of the ASPxCallbackPanel class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public ASPxCallbackPanel()

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