is_ascend_sort property

is_ascend_sort property

Indicates whether the items of this pivot field is autosorted ascending.

Definition:

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

See Also