Skip to main content

TdxLayoutItemControlOptions.MinWidth Property

Specifies the minimum width for an embedded control.

Declaration

property MinWidth: Integer read; write; default dxLayoutItemControlDefaultMinWidth;

Property Value

Type Default
Integer dxLayoutItemControlDefaultMinWidth

Remarks

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

The MinWidth property’s default value is 20.

See Also