TcxCustomGridCellViewInfo.ContentWidth Property
In This Article
Contains the width of a specific cell excluding the border size.
#Declaration
Delphi
property ContentWidth: Integer read;
#Property Value
Type |
---|
Integer |
#Remarks
The ContentWidth property contains the width of a specific cell. The cell border width is not included in the content width.
See Also