Skip to main content
A newer version of this page is available. .

BaseLayoutItemCollection(LayoutGroup) Constructor

Initializes a new instance of the BaseLayoutItemCollection class with the specified owner.

Namespace: DevExpress.Xpf.Docking

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Docking, DevExpress.Wpf.Navigation

Declaration

public BaseLayoutItemCollection(
    LayoutGroup owner
)

Parameters

Name Type Description
owner LayoutGroup

A LayoutGroup object which specifies the owner for the created collection.

See Also