PivotField.IsHiddenItemDetail

PivotField.IsHiddenItemDetail method

Indicates whether the specific PivotItem is hidden detail.

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

Return Value

whether the specific PivotItem is hidden detail

See Also