selection_type propiedad

selection_type propiedad

Indica si el control permite selecciones múltiples.

Definición:

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

Ver también