SplitterItem.SizeConstraintsType Property
Gets or sets the size constraints type. This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Namespace: DevExpress.XtraLayout
Assembly: DevExpress.XtraLayout.v20.2.dll
Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public override SizeConstraintsType SizeConstraintsType { get; }
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Overrides ReadOnly Property SizeConstraintsType As SizeConstraintsType
Property Value
Type | Description |
---|---|
SizeConstraintsType | A SizeConstraintsType enumeration value which specifies the manner in which the item can be resized. The default is SizeConstraintsType.Default. |
See Also
Feedback