TableRoot Constructors

Definition

Overloads

TableRoot()

Constructs and initializes a new instance of the TableRoot class.

TableRoot(String)

Constructs and initializes a new instance of the TableRoot class with a title.

TableRoot()

Constructs and initializes a new instance of the TableRoot class.

public TableRoot ();

Applies to

TableRoot(String)

Constructs and initializes a new instance of the TableRoot class with a title.

public TableRoot (string title);
new Xamarin.Forms.TableRoot : string -> Xamarin.Forms.TableRoot

Parameters

title
System.String

The title of the table.

Applies to