Skip to main content
Tab

DockPanelCollection.Add(ASPxDockPanel) Method

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 ASPxDockPanel

An ASPxDockPanel object to add to the collection.

#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