TableSection 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
TableSection() |
Creates a new TableSection with default values. |
TableSection(String) |
Creates a new TableSection with the title |
TableSection()
TableSection(String)
Creates a new TableSection with the title title
.
public TableSection (string title);
new Xamarin.Forms.TableSection : string -> Xamarin.Forms.TableSection
Parameters
- title
- System.String
The title of the table section.