is_hidden_item_detail method

is_hidden_item_detail

Indicates whether the specific PivotItem is hidden detail.

Returns

whether the specific PivotItem is hidden detail

def is_hidden_item_detail(self, index):
    ...
ParameterTypeDescription
indexintthe index of the pivotItem in the pivotField.

See Also