Contents

canRemove

A Boolean value that indicates whether an object can be removed from the receiver.

Declaration

var canRemove: Bool { get }

Discussion

Bindings can use this method to control the enabling of user interface objects.

This property is observable using key-value observing.

See Also

Managing objects