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