UITableView.GetHeaderView(nint) Method
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 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