Skip to main content

LayoutControlGroup(LayoutGroup) Constructor

Initializes a new instance of the LayoutControlGroup class with the specified parent layout group.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public LayoutControlGroup(
    LayoutGroup lg
)

Parameters

Name Type Description
lg LayoutGroup

A LayoutGroup descendant which represents the parent layout group.

See Also