selection_type propriété

selection_type propriété

Indique si le contrôle autorise les sélections multiples.

Définition:

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

Voir également