LayoutGroup.Remove(BaseLayoutItem) Method
In This Article
Removes the specified item from the collection.
Namespace: DevExpress.Xpf.Docking
Assembly: DevExpress.Xpf.Docking.v24.2.dll
NuGet Package: DevExpress.Wpf.Docking
#Declaration
public bool Remove(
BaseLayoutItem item
)
#Parameters
Name | Type | Description |
---|---|---|
item | Base |
The item to be removed from the collection. |
#Returns
Type | Description |
---|---|
Boolean | true if the item is successfully removed; otherwise, false. |
See Also