TableSectionBase 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
TableSectionBase() |
Creates a new TableSectionBase object with default values. |
TableSectionBase(String) |
Creates a new TableSectionBase object with the specified |
TableSectionBase()
Creates a new TableSectionBase object with default values.
protected TableSectionBase ();
Applies to
TableSectionBase(String)
Creates a new TableSectionBase object with the specified title
.
protected TableSectionBase (string title);
new Xamarin.Forms.TableSectionBase : string -> Xamarin.Forms.TableSectionBase
Parameters
- title
- System.String
The title of the table section.