TcxPivotGridCustomStyles.RowMaximumValue Property
In This Article
Specifies style settings for cross cells displaying maximum row values.
#Declaration
Delphi
property RowMaximumValue: TcxStyle index gs_RowMaximumValue read; write;
#Property Value
Type |
---|
Tcx |
#Remarks
Use the ColumnMaximumValue and MaximumValue properties to specify styles for cross cells displaying maximum column values and maximum values within the entire pivot grid, respectively.
See Also