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

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