Skip to main content
.NET 6.0+

IModelLayoutItem.SizeConstraintsType Property

Specifies the layout item’s size constraints type.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v23.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