Skip to main content

TdxLayoutItemControlOptions.MinHeight Property

Specifies the minimum height for an embedded control.

Declaration

property MinHeight: Integer read; write; default dxLayoutItemControlDefaultMinHeight;

Property Value

Type Default
Integer dxLayoutItemControlDefaultMinHeight

Remarks

Use this property to set the minimum height for an embedded control whose height is calculated automatically.

The MinHeight property’s default value is 20.

See Also