UITableView.GetHeaderView(nint) Method

Definition

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

[Foundation.Export("headerViewForSection:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual UIKit.UITableViewHeaderFooterView GetHeaderView (nint section);
abstract member GetHeaderView : nint -> UIKit.UITableViewHeaderFooterView
override this.GetHeaderView : nint -> UIKit.UITableViewHeaderFooterView

Parameters

section
System.System.IntPtr System.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