LayoutControl.ConstraintsManager Property
Gets the constraints manager.
Namespace: DevExpress.XtraLayout
Assembly: DevExpress.XtraLayout.v24.1.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