Share via


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();
public TableRoot ();
Public Sub New ()

Applies to

TableRoot(String)

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

public:
 TableRoot(System::String ^ title);
public TableRoot (string title);
new Microsoft.Maui.Controls.TableRoot : string -> Microsoft.Maui.Controls.TableRoot
Public Sub New (title As String)

Parameters

title
String

The title of the table.

Applies to