Back to Devexpress

LayoutGroup.Remove(BaseLayoutItem) Method

wpf-devexpress-dot-xpf-dot-docking-dot-layoutgroup-dot-remove-x28-devexpress-dot-xpf-dot-docking-dot-baselayoutitem-x29.md

latest1.3 KB
Original Source

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

csharp
public bool Remove(
    BaseLayoutItem item
)
vb
Public Function Remove(
    item As BaseLayoutItem
) As Boolean

Parameters

NameTypeDescription
itemBaseLayoutItem

The item to be removed from the collection.

|

Returns

TypeDescription
Boolean

true if the item is successfully removed; otherwise, false.

|

See Also

Items

LayoutGroup Class

LayoutGroup Members

DevExpress.Xpf.Docking Namespace