UICollectionView.AllowsMultipleSelection Property

Definition

Specifies whether more than one UICollectionViewCell can be selected at a time.

public virtual bool AllowsMultipleSelection { [Foundation.Export("allowsMultipleSelection")] get; [Foundation.Export("setAllowsMultipleSelection:")] set; }
member this.AllowsMultipleSelection : bool with get, set

Property Value

The default value is false.

Attributes

Remarks

If this value is true, more than one UICollectionViewCell can be selected by the application user.

Applies to