IDockController.Insert(LayoutGroup, BaseLayoutItem, Int32) Method
In This Article
Inserts the specified item into the specified group at a specific position.
Namespace: DevExpress.Xpf.Docking
Assembly: DevExpress.Xpf.Docking.v24.2.dll
NuGet Package: DevExpress.Wpf.Docking
#Declaration
bool Insert(
LayoutGroup group,
BaseLayoutItem item,
int index
)
#Parameters
Name | Type | Description |
---|---|---|
group | Layout |
A Layout |
item | Base |
A Base |
index | Int32 | An integer value that specifies the position among the group’s children at which the item must be inserted. |
#Returns
Type | Description |
---|---|
Boolean | true, if the item has been inserted into the group; otherwise, false. |
See Also