GridPivotField.HideItemByValue

GridPivotField.HideItemByValue method

Sets whether the specific PivotItem in a data field is hidden.

public void HideItemByValue(string value, bool isHidden)
ParameterTypeDescription
valueStringthe value of the pivotItem in the pivotField.
isHiddenBooleanwhether the specific PivotItem is hidden

See Also