Back to Devexpress

cxPivotPatternChar Constant

vcl-cxcustompivotgrid-22d96ca2.md

latest782 B
Original Source

cxPivotPatternChar Constant

Specifies a readable character to be shown in the data cell, if the data cell’s width is not efficient to render the current value entirely.

Declaration

delphi
const cxPivotPatternChar: Char = #;

Returns

Type
Char

Remarks

Use the cxPivotPatternChar constant to specify another than the default character to display it in the data cell when the data cell’s width doesn’t allow drawing its current value entirely.

See Also

TcxPivotGridOptionsView.MarkNarrowCells

cxCustomPivotGrid Unit