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

LayoutControl.ConstraintsManager Property

Gets the constraints manager.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v19.1.dll

Declaration

[Browsable(false)]
public ConstraintsManager ConstraintsManager { get; }

Property Value

Type Description
DevExpress.XtraLayout.ConstraintsManager

A DevExpress.XtraLayout.ConstraintsManager object.

Remarks

This property supports the control’s internal infrastructure and generally there is no need to use it directly from your code.

See Also