TableRoot Constructors
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.
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.