Skip to main content

LayoutControlItem(LayoutControl, Control) Constructor

Initializes a new instance of the LayoutControlItem class.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v24.1.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public LayoutControlItem(
    LayoutControl layoutControl,
    Control 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