Sdílet prostřednictvím


TableSection Konstruktory

Definice

Přetížení

TableSection()

Vytvoří nový TableSection s výchozími hodnotami.

TableSection(String)

Vytvoří nový TableSection s názvem title.

TableSection()

Vytvoří nový TableSection s výchozími hodnotami.

public TableSection ();

Platí pro

TableSection(String)

Vytvoří nový TableSection s názvem title.

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

Parametry

title
System.String

Název oddílu tabulky.

Platí pro