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

DataLayoutControl() Constructor

Initializes a new instance of the DataLayoutControl class.

Namespace: DevExpress.XtraDataLayout

Assembly: DevExpress.XtraLayout.v19.1.dll

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