Sdílet prostřednictvím


TableSectionBase Konstruktory

Definice

Přetížení

TableSectionBase()

Vytvoří nový TableSectionBase objekt s výchozími hodnotami.

TableSectionBase(String)

Vytvoří nový TableSectionBase objekt se zadaným titleobjektem .

TableSectionBase()

Vytvoří nový TableSectionBase objekt s výchozími hodnotami.

protected TableSectionBase ();

Platí pro

TableSectionBase(String)

Vytvoří nový TableSectionBase objekt se zadaným titleobjektem .

protected TableSectionBase (string title);
new Xamarin.Forms.TableSectionBase : string -> Xamarin.Forms.TableSectionBase

Parametry

title
System.String

Název oddílu tabulky.

Platí pro