DockPanelCollection.Remove(ASPxDockPanel) Method
In This Article
Removes the specified panel from the collection.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public bool Remove(
ASPxDockPanel panel
)
#Parameters
Name | Type | Description |
---|---|---|
panel | ASPx |
An ASPx |
#Returns
Type | Description |
---|---|
Boolean |
|
#Remarks
The Remove method removes the specified panel from the zone’s panel collection (accessed via the ASPxDockZone.Panels property). To remove all items from the collection, use the DockPanelCollection.Clear method. To add the specified panel to the collection, use the DockPanelCollection.Add method.
#Implements
See Also