DockPanelCollection.Add(ASPxDockPanel) Method
In This Article
Adds the specified panel to the collection.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public void Add(
ASPxDockPanel panel
)
#Parameters
Name | Type | Description |
---|---|---|
panel | ASPx |
An ASPx |
#Remarks
Use the Add method to append an existing docking panel specified by the panel parameter to the end of the current collection.
To remove a panel from the collection, use the DockPanelCollection.Remove method.
#Implements
See Also