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