Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

Delphi
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