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

DockPanelCollection.Add(ASPxDockPanel) Method

Adds the specified panel to the collection.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

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