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