IModelLayoutItem.SizeConstraintsType Property
Specifies the layout item’s size constraints type.
Namespace: DevExpress.ExpressApp.Model
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
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