Skip to main content

TcxCustomGridTableItem.MinWidth Property

Specifies the minimum width (in pixels) of the cell in which the item’s data is displayed.

Declaration

property MinWidth: Integer read; write; default cxGridItemDefaultMinWidth;

Property Value

Type Default
Integer cxGridItemDefaultMinWidth

Remarks

This property specifies the Width property’s minimum value.

The MinWidth property automatically updates its value by multiplying it by the DPI-aware form’s scaling factor every time it changes.

Note

Item widths only applies to (Banded) Table Views.

The default MinWidth property value is cxGridItemDefaultMinWidth.

See Also