UICollectionView.AllowsMultipleSelection Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Spécifie si plusieurs peuvent être sélectionnés à la UICollectionViewCell fois.
public virtual bool AllowsMultipleSelection { [Foundation.Export("allowsMultipleSelection")] get; [Foundation.Export("setAllowsMultipleSelection:")] set; }
member this.AllowsMultipleSelection : bool with get, set
Valeur de propriété
La valeur par défaut est false
.
- Attributs
Remarques
Si cette valeur est true
, plusieurs UICollectionViewCell peuvent être sélectionnées par l’utilisateur de l’application.