Skip to main content
A newer version of this page is available. .

TcxLookupGridColumn.MinWidth Property

Specifies the minimum width of a specific column.

Declaration

property MinWidth: Integer read; write; default cxLookupGridColumnDefaultMinWidth;

Property Value

Type Default
Integer cxLookupGridColumnDefaultMinWidth

Remarks

Use the MinWidth property to specify the minimum width of a specific column in a drop-down list.

The default value of the MinWidth property is cxLookupGridColumnDefaultMinWidth.

See Also