UIKit.UITableViewHeaderFooterView Members

The members of UIKit.UITableViewHeaderFooterView are listed below.

See Also: Inherited members from UIKit.UIView

Public Constructors

Default constructor, initializes a new instance of this class.
Initializes the UITableViewHeaderFooterView with the specified frame.
A constructor that initializes the object from the data stored in the unarchiver object.
Documentation for this section has not yet been entered.

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
AppearanceUITableViewHeaderFooterView.UITableViewHeaderFooterViewAppearance. Strongly-typed property that returns the UIAppearance class for this class.
BackgroundViewUIView. The background UIView for the header or footer.
[read-only]
override
ClassHandleIntPtr. The handle for this class.
[read-only]
ContentViewUIView. The content UIView for the header or footer. Read-only.
[read-only]
DetailTextLabelUILabel. The detail text label for the view. Read-only.
[read-only]
ReuseIdentifierFoundation.NSString. The reuse identifier that identifies a reusable header or footer type. Read-only.
[read-only]
TextLabelUILabel. The primary text label for the view. Read-only.

Public Methods

static
AppearanceWhenContainedIn(params Type[]) : UITableViewHeaderFooterView.UITableViewHeaderFooterViewAppearance
Returns a strongly typed UIAppearance for instances of this class when the view is hosted in the specified hierarchy.
static
GetAppearance<T>() : UITableViewHeaderFooterView.UITableViewHeaderFooterViewAppearance
The strongly-typed IUIAppearance for this object.
static
GetAppearance<T>(UITraitCollection) : UITableViewHeaderFooterView.UITableViewHeaderFooterViewAppearance
Documentation for this section has not yet been entered.
static
GetAppearance<T>(UITraitCollection, params Type[]) : UITableViewHeaderFooterView.UITableViewHeaderFooterViewAppearance
Documentation for this section has not yet been entered.
PrepareForReuse()
Called on a reusable header or footer prior to it being reused by the table.

Protected Methods

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