Skip to main content
A newer version of this page is available. .

LayoutControl() Constructor

Initializes a new instance of the LayoutControl class.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Navigation

Declaration

public LayoutControl()

Remarks

Use this constructor to create a new layout control at runtime. Note the control’s Parent property should be initialized to make the control available on a form.

See Also