Contents

allowsMultipleSelection

A Boolean that indicates whether the user can select multiple items.

Declaration

var allowsMultipleSelection: Bool { get set }

Discussion

When the value of this property is true, the browser allows the user to select multiple items at once.

See Also

Managing Selection Behavior