PivotField.IsHiddenItemDetail

PivotField.IsHiddenItemDetail method

Gets whether hidding the detail of the specific PivotItem..

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