Back to Devexpress

LayoutControl.ConstraintsManager Property

windowsforms-devexpress-dot-xtralayout-dot-layoutcontrol-dcd6173d.md

latest1.3 KB
Original Source

LayoutControl.ConstraintsManager Property

Gets the constraints manager.

Namespace : DevExpress.XtraLayout

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public ConstraintsManager ConstraintsManager { get; }
vb
<EditorBrowsable(EditorBrowsableState.Never)>
<Browsable(False)>
Public ReadOnly Property ConstraintsManager As ConstraintsManager

Property Value

TypeDescription
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

LayoutControl Class

LayoutControl Members

DevExpress.XtraLayout Namespace