UIKit.UICollectionViewCell: Property Members

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

Public Properties

[read-only]
static
AppearanceUICollectionViewCell.UICollectionViewCellAppearance. Strongly-typed property that returns the UIAppearance class for this class.
BackgroundViewUIView. The UIView that is displayed behind the cell's ContentView.
[read-only]
override
ClassHandleIntPtr. The handle for this class.
[read-only]
ContentViewUIView. The main UIView displayed by the cell.
Highlightedbool. The highlight state of this UICollectionViewCell.
Selectedbool. The selection state of this UICollectionViewCell.
SelectedBackgroundViewUIView. The UIView that is displayed, above the BackgroundView, when the cell is selected.