Back to Devexpress

IModelLayoutItem.SizeConstraintsType Property

expressappframework-devexpress-dot-expressapp-dot-model-dot-imodellayoutitem.md

latest1.5 KB
Original Source

IModelLayoutItem.SizeConstraintsType Property

Specifies the layout item’s size constraints type.

Namespace : DevExpress.ExpressApp.Model

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
XafSizeConstraintsType SizeConstraintsType { get; set; }
vb
Property SizeConstraintsType As XafSizeConstraintsType

Property Value

TypeDescription
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

Size and Alignment

IModelLayoutItem Interface

IModelLayoutItem Members

DevExpress.ExpressApp.Model Namespace