Skip to main content

TcxPivotGridCustomStyles.MinimumValue Property

Specifies style settings for cross cells displaying minimum values of the entire pivot grid.

Declaration

property MinimumValue: TcxStyle index gs_MinimumValue read; write;

Property Value

Type
TcxStyle

Remarks

Use the ColumnMinimumValue and RowMinimumValue properties to specify styles for cross cells displaying minimum column and row values, respectively.

See Also