TcxCustomGridTableItem.Width Property
In This Article
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