Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomGridTableItem.MinWidth Property

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

#Declaration

Delphi
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