is_automatic_max_value property

is_automatic_max_value property

Indicates whether the max value is automatically assigned. Read/write bool.

Definition:

@property
def is_automatic_max_value(self):
    ...

@is_automatic_max_value.setter
def is_automatic_max_value(self, value):
    ...

See Also