PivotField.HideDetail

PivotField.HideDetail method

Sets whether the PivotItems in a pivot field is hidden detail.That is collapse/expand this field.

public void HideDetail(bool isHiddenDetail)
ParameterTypeDescription
isHiddenDetailBooleanwhether the PivotItems is hidden

See Also