The properties of UIKit.UICollectionViewCell are listed below. For a list of all members, see the UICollectionViewCell Members list.
See Also: Inherited members from UIKit.UICollectionReusableView
| [read-only] static | Appearance | UICollectionViewCell.UICollectionViewCellAppearance. Strongly-typed property that returns the UIAppearance class for this class. |
| BackgroundView | UIView. The UIView that is displayed behind the cell's ContentView. | |
| [read-only] override | ClassHandle | IntPtr. The handle for this class. |
| [read-only] | ContentView | UIView. The main UIView displayed by the cell. |
| Highlighted | bool. The highlight state of this UICollectionViewCell. | |
| Selected | bool. The selection state of this UICollectionViewCell. | |
| SelectedBackgroundView | UIView. The UIView that is displayed, above the BackgroundView, when the cell is selected. |