UIKit.UICollectionViewCell Members

The members of UIKit.UICollectionViewCell are listed below.

See Also: Inherited members from UIKit.UICollectionReusableView

Public Constructors

Default constructor, initializes a new instance of this class.
Initializes the UICollectionViewCell with the specified frame.
A constructor that initializes the object from the data stored in the unarchiver object.

Protected Constructors

Constructor to call on derived classes to skip initialization and merely allocate the object.
A constructor used when creating managed representations of unmanaged objects; Called by the runtime.

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.

Public Methods

static
AppearanceWhenContainedIn(params Type[]) : UICollectionViewCell.UICollectionViewCellAppearance
Returns a strongly typed UIAppearance for instances of this class when the view is hosted in the specified hierarchy.
static
GetAppearance<T>() : UICollectionViewCell.UICollectionViewCellAppearance
The strongly-typed IUIAppearance for this object.
static
GetAppearance<T>(UITraitCollection) : UICollectionViewCell.UICollectionViewCellAppearance
Documentation for this section has not yet been entered.
static
GetAppearance<T>(UITraitCollection, params Type[]) : UICollectionViewCell.UICollectionViewCellAppearance
Documentation for this section has not yet been entered.

Protected Methods

override
Dispose(bool)
Releases the resources used by the UICollectionViewCell object.