base_item_index property

base_item_index property

Represents the custom index of the pivot item in the base field when the ShowDataAs calculation is in use. Valid only for data fields.

Definition:

@property
def base_item_index(self):
    ...
@base_item_index.setter
def base_item_index(self, value):
    ...

See Also