TableRoot Constructors

Definition

Overloads

Name Description
TableRoot()

Creates a new TableRoot with default values.

TableRoot(String)

Creates a new TableRoot with the specified title.

TableRoot()

Source:
TableRoot.cs
Source:
TableRoot.cs
Source:
TableRoot.cs
Source:
TableRoot.cs

Creates a new TableRoot with default values.

public:
 TableRoot();
public TableRoot();
Public Sub New ()

Applies to

TableRoot(String)

Source:
TableRoot.cs
Source:
TableRoot.cs
Source:
TableRoot.cs
Source:
TableRoot.cs

Creates a new TableRoot with the specified 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