Skip to main content

TcxPivotGridOptionsView.MarkNarrowCells Property

Specifies whether to show an arbitrary sequence of the specified characters in the data cell when the data cell’s width doesn’t allow drawing its current value entirely.

Declaration

property MarkNarrowCells: Boolean read; write; default False;

Property Value

Type Default
Boolean False

Remarks

Set the MarkNarrowCells property to True, to display a readable character value, repeated an arbitrary number of times, in the data cells. The character is only rendered, if the current value cannot be drawn entirely due to the data cell’s width. The character shown is specified by the cxPivotPatternChar constant.

The default value of the MarkNarrowCells property is False.

See Also