UITableView.TableHeaderView Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a view that is displayed above the table view.
public virtual UIKit.UIView TableHeaderView { [Foundation.Export("tableHeaderView", ObjCRuntime.ArgumentSemantic.Strong)] get; [Foundation.Export("setTableHeaderView:", ObjCRuntime.ArgumentSemantic.Strong)] set; }
member this.TableHeaderView : UIKit.UIView with get, set
Property Value
The default value is null
.
This value can be null
.
- Attributes
Remarks
The table header view is different from a section header.