TableSection Constructors

Definition

Overloads

TableSection()

Creates a new TableSection with default values.

TableSection(String)

Creates a new TableSection with the title title.

TableSection()

Creates a new TableSection with default values.

public TableSection ();

Applies to

TableSection(String)

Creates a new TableSection with the title title.

public TableSection (string title);
new Xamarin.Forms.TableSection : string -> Xamarin.Forms.TableSection

Parameters

title
String

The title of the table section.

Applies to