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
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()
- Source:
- TableRoot.cs
- Source:
- TableRoot.cs
Constructs and initializes a new instance of the TableRoot class.
public:
TableRoot();
public TableRoot ();
Public Sub New ()
Applies to
TableRoot(String)
- Source:
- TableRoot.cs
- Source:
- TableRoot.cs
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.