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
TableView() |
Initializes a new TableView instance. |
TableView(TableRoot) |
Initializes a new TableView instance. |
TableView()
- Source:
- TableView.cs
- Source:
- TableView.cs
Initializes a new TableView instance.
public:
TableView();
public TableView ();
Public Sub New ()
Applies to
TableView(TableRoot)
- Source:
- TableView.cs
- Source:
- TableView.cs
Initializes a new TableView instance.
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.