LayoutControlGroup(LayoutGroup) Constructor
Initializes a new instance of the LayoutControlGroup class with the specified parent layout group.
Namespace: DevExpress.XtraLayout
Assembly: DevExpress.XtraLayout.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
lg | LayoutGroup | A LayoutGroup descendant which represents the parent layout group. |
See Also