selection_type property

selection_type property

Indicates whether the control permits multiple selections.

Definition:

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

See Also