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 hide the detail of the pivot field.

See Also