is_multiple_item_selection_allowed property

is_multiple_item_selection_allowed property

Indicates whether multiple items could be selected in the page field. The default value is false.

Definition:

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

See Also