UITableView.BackgroundView Property

Definition

The background view of the table.

public virtual UIKit.UIView BackgroundView { [Foundation.Export("backgroundView", ObjCRuntime.ArgumentSemantic.Strong)] get; [Foundation.Export("setBackgroundView:", ObjCRuntime.ArgumentSemantic.Strong)] set; }
member this.BackgroundView : UIKit.UIView with get, set

Property Value

A UIView

This value can be null.

Attributes

Remarks

A table view's background view is automatically resized to match the size of the table view. The background view is placed as a subview of the table behind all cell, header and footer views.

Applies to