LayoutControlItem(LayoutControl, Control) Constructor
Initializes a new instance of the LayoutControlItem class.
Namespace: DevExpress.XtraLayout
Assembly: DevExpress.XtraLayout.v20.2.dll
Declaration
public LayoutControlItem(
LayoutControl layoutControl,
Control control
)
Public Sub New(
layoutControl As LayoutControl,
control As Control
)
Parameters
Name | Type | Description |
---|---|---|
layoutControl | LayoutControl | A LayoutControl object which owns the created layout item. This value is assigned to the BaseLayoutItem.Owner property. |
control | Control | A Control descendant which is owned by the created layout item. This value is assigned to the LayoutControlItem.Control property. |
See Also
Feedback