TableView 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 |
|---|---|
| TableView() |
Initializes a new instance of the TableView class. |
| TableView(TableRoot) |
Initializes a new instance of the TableView class with the specified root. |
TableView()
- Source:
- TableView.cs
- Source:
- TableView.cs
- Source:
- TableView.cs
- Source:
- TableView.cs
Initializes a new instance of the TableView class.
public:
TableView();
public TableView();
Public Sub New ()
Applies to
TableView(TableRoot)
- Source:
- TableView.cs
- Source:
- TableView.cs
- Source:
- TableView.cs
- Source:
- TableView.cs
Initializes a new instance of the TableView class with the specified root.
public:
TableView(Microsoft::Maui::Controls::TableRoot ^ root);
public TableView(Microsoft.Maui.Controls.TableRoot root);
new Microsoft.Maui.Controls.TableView : Microsoft.Maui.Controls.TableRoot -> Microsoft.Maui.Controls.TableView
Public Sub New (root As TableRoot)
Parameters
- root
- TableRoot
The root of the table view.