cxGridCellTextOffset Constant
Specifies the offset of the text area relative to cell borders.
Declaration
const cxGridCellTextOffset = 2;
Remarks
The cxGridCellTextOffset constant specifies the offset of the text area relative to cell borders. To determine the size of the text area, use the TcxCustomGridCellViewInfo.TextAreaBounds property.
See Also