GridPivotField.HideItem

GridPivotField.HideItem method

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