TableSection Konstruktoren

Definition

Überlädt

TableSection()

Erstellt eine neue TableSection-Klasse mit Standardwerten.

TableSection(String)

Erstellt ein neues TableSection-Element mit dem Titel title.

TableSection()

Erstellt eine neue TableSection-Klasse mit Standardwerten.

public TableSection ();

Gilt für:

TableSection(String)

Erstellt ein neues TableSection-Element mit dem Titel title.

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

Parameter

title
System.String

Der Titel des Tabellenabschnitts.

Gilt für: