UICollectionViewController.ClearsSelectionOnViewWillAppear 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.
Whether this UICollectionViewController clears the selection when the UICollectionView appears.
public virtual bool ClearsSelectionOnViewWillAppear { [Foundation.Export("clearsSelectionOnViewWillAppear")] get; [Foundation.Export("setClearsSelectionOnViewWillAppear:")] set; }
member this.ClearsSelectionOnViewWillAppear : bool with get, set
Property Value
If true
, then the controller will clear the selection when the collection first appears.
- Attributes