Skip to main content

DataLayoutControl() Constructor

Initializes a new instance of the DataLayoutControl class.

Namespace: DevExpress.XtraDataLayout

Assembly: DevExpress.XtraLayout.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public DataLayoutControl()

Remarks

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

See Also