GridPivotField.HideItemByName

GridPivotField.HideItemByName method

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

public void HideItemByName(string name, bool isHidden)
ParameterTypeDescription
nameStringthe name of the pivotItem in the pivotField.
isHiddenBooleanwhether the specific PivotItem is hidden

See Also