SizeConstraintsType Enum
Enumerates size constraints modes.
Namespace: DevExpress.XtraLayout
Assembly: DevExpress.XtraLayout.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Members
Name | Description |
---|---|
Default
|
Default size constraints are applied to the layout item and its control. The default size constraints are determined automatically depending upon the type of its control. |
Support
|
This mode is designed to support horizontal alignment of the controls that implement the automatic sizing feature, when they are displayed within a Layout |
Custom
|
A layout item’s size can be changed within the range which is specified by the Layout |
#Related API Members
The following properties accept/return SizeConstraintsType values:
#Remarks
Size constraints can be applied to layout items to limit the ranges in which the size of items can be changed. To set size constraints mode use a layout item’s LayoutControlItem.SizeConstraintsType property.
Refer to the Size and Alignment topic for more details.