TableSectionBase Constructors

Definition

Overloads

TableSectionBase()

Creates a new TableSectionBase object with default values.

TableSectionBase(String)

Creates a new TableSectionBase object with the specified title.

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.

Applies to