UICollectionView.AllowsMultipleSelection Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.