Back to Devexpress

DockControllerBase.RemoveItem(BaseLayoutItem) Method

wpf-devexpress-dot-xpf-dot-docking-dot-dockcontrollerbase-dot-removeitem-x28-devexpress-dot-xpf-dot-docking-dot-baselayoutitem-x29.md

latest1.5 KB
Original Source

DockControllerBase.RemoveItem(BaseLayoutItem) Method

Removes the specified item. This member supports the internal infrastructure, and is not intended to be used directly from your code.

Namespace : DevExpress.Xpf.Docking

Assembly : DevExpress.Xpf.Docking.v25.2.dll

NuGet Package : DevExpress.Wpf.Docking

Declaration

csharp
[Browsable(false)]
public void RemoveItem(
    BaseLayoutItem item
)
vb
<Browsable(False)>
Public Sub RemoveItem(
    item As BaseLayoutItem
)

Parameters

NameTypeDescription
itemBaseLayoutItem

An item to be removed.

|

Implements

RemoveItem(BaseLayoutItem)

See Also

CreateNewDocumentGroup

DockControllerBase Class

DockControllerBase Members

DevExpress.Xpf.Docking Namespace