is_hidden_item method

is_hidden_item

Gets whether the specific PivotItem is hidden.

Returns

whether the specific PivotItem is hidden

def is_hidden_item(self, index):
    ...
ParameterTypeDescription
indexintThe index of the pivotItem in the pivotField.

See Also