LayoutControl.ConstraintsManager Property
In This Article
Gets the constraints manager.
Namespace: DevExpress.XtraLayout
Assembly: DevExpress.XtraLayout.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public ConstraintsManager ConstraintsManager { get; }
#Property Value
Type | Description |
---|---|
DevExpress. |
A DevExpress. |
#Remarks
This property supports the control’s internal infrastructure and generally there is no need to use it directly from your code.
See Also