Skip to main content

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