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.v20.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
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