Back to Devexpress

LayoutController.Group(BaseLayoutItem[]) Method

wpf-devexpress-dot-xpf-dot-docking-dot-layoutcontroller-dot-group-x28-devexpress-dot-xpf-dot-docking-dot-baselayoutitem-x29.md

latest1.5 KB
Original Source

LayoutController.Group(BaseLayoutItem[]) Method

Combines the specified adjacent items into a new group.

Namespace : DevExpress.Xpf.Docking

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

NuGet Package : DevExpress.Wpf.Docking

Declaration

csharp
public bool Group(
    BaseLayoutItem[] items
)
vb
Public Function Group(
    items As BaseLayoutItem()
) As Boolean

Parameters

NameTypeDescription
itemsBaseLayoutItem[]

An array of adjacent items to be combined into a group.

|

Returns

TypeDescription
Boolean

true if the items have been combined into a group; otherwise, false.

|

Remarks

Items can be combined into a group, provided that the outer bounds of the items form a rectangle.

See Also

LayoutGroup

LayoutController Class

LayoutController Members

DevExpress.Xpf.Docking Namespace