LayoutControlItem(LayoutControl, Control) Constructor
In This Article
Initializes a new instance of the LayoutControlItem class.
Namespace: DevExpress.XtraLayout
Assembly: DevExpress.XtraLayout.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public LayoutControlItem(
LayoutControl layoutControl,
Control control
)
#Parameters
Name | Type | Description |
---|---|---|
layout |
Layout |
A Layout |
control | Control | A Control descendant which is owned by the created layout item. This value is assigned to the Layout |
See Also