Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

IModelLayoutItem.SizeConstraintsType Property

Specifies the layout item’s size constraints type.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v21.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

XafSizeConstraintsType SizeConstraintsType { get; set; }

Property Value

Type Description
DevExpress.ExpressApp.Layout.XafSizeConstraintsType

A XafSizeConstraintsType enumeration value that specifies the layout item’s size constraints type.

Remarks

This property represents the LayoutControlItem.SizeConstraintsType property.

See Also