Skip to main content
A newer version of this page is available. .

TcxCustomGridCellViewInfo.Width Property

Contains the width of a specific cell.

Declaration

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