LayoutGroup.Remove(BaseLayoutItem) Method
Removes the specified item from the collection.
Namespace: DevExpress.Xpf.Docking
Assembly: DevExpress.Xpf.Docking.v25.2.dll
NuGet Package: DevExpress.Wpf.Docking
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| item | BaseLayoutItem | The item to be removed from the collection. |
Returns
| Type | Description |
|---|---|
| Boolean |
|
See Also