PivotField.HideItemDetail

PivotField.HideItemDetail method

Sets whether the specific PivotItem in a pivot field is hidden detail.

public void HideItemDetail(int index, bool isHiddenDetail)
ParameterTypeDescription
indexInt32the index of the pivotItem in the pivotField.
isHiddenDetailBooleanwhether the specific PivotItem is hidden

See Also