TcxCustomGridCellViewInfo.Width Property
In This Article
Contains the width of a specific cell.
#Declaration
Delphi
property Width: Integer read; write;
#Property Value
Type |
---|
Integer |
#Remarks
The Width property contains the width of a specific cell including the border size in pixels.
There are several property groups providing useful information concerning cell position and size.
The following properties provide information on cell position within a grid control and its size:
The following properties provide information on cell content position within a grid control and the content size:
The TextAreaBounds property contains information on cell text area position within a grid control and its size.
The following properties provide information on cell text size:
See Also