Share via


UITableView.GetHeaderView(IntPtr) Method

Definition

Returns the UITableViewHeaderFooterView for the specified section. Returns null if there is no corresponding view.

[Foundation.Export("headerViewForSection:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIKit.UITableViewHeaderFooterView? GetHeaderView(IntPtr section);
[<Foundation.Export("headerViewForSection:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetHeaderView : nativeint -> UIKit.UITableViewHeaderFooterView
override this.GetHeaderView : nativeint -> UIKit.UITableViewHeaderFooterView

Parameters

section
IntPtr

nativeint

A zero-based index specifying which section's header is being requested.

Returns

The UITableViewHeaderFooterView for the specified section. Returns null if there is no corresponding view

Attributes

Applies to