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.Width Property

Specifies the width (in pixels) of the cell in which displays the item’s data.

#Declaration

Delphi
property Width: Integer read; write;

#Property Value

Type
Integer

#Remarks

Use this property to adjust the item cell’s width. The Width property value cannot be less than the MinWidth property value.

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

Note

Item widths are applicable only to Table and Banded Table Views.

See Also