PivotField.IsHiddenItem

PivotField.IsHiddenItem method

Indicates whether the specific PivotItem is hidden.

public bool IsHiddenItem(int index)
ParameterTypeDescription
indexInt32the index of the pivotItem in the pivotField.

Return Value

whether the specific PivotItem is hidden

See Also