PivotField.HideItem

HideItem(int, bool)

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

public void HideItem(int index, bool isHidden)
ParameterTypeDescription
indexInt32the index of the pivotItem in the pivotField.
isHiddenBooleanwhether the specific PivotItem is hidden

See Also


HideItem(string, bool)

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

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

See Also