UITableView.SectionFooterHeight Property

Definition

The height of section foots in this UITableView.

public virtual nfloat SectionFooterHeight { [Foundation.Export("sectionFooterHeight")] get; [Foundation.Export("setSectionFooterHeight:")] set; }
member this.SectionFooterHeight : nfloat with get, set

Property Value

Height in points.

Attributes

Remarks

This property is used only in section group tables, and only if GetHeightForFooter(UITableView, nint) has not been implemented.

Applies to