Partager via


TableSection Constructeurs

Définition

Surcharges

TableSection()

Crée un TableSection avec des valeurs par défaut.

TableSection(String)

Crée un TableSection avec le titre title.

TableSection()

Crée un TableSection avec des valeurs par défaut.

public TableSection ();

S’applique à

TableSection(String)

Crée un TableSection avec le titre title.

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

Paramètres

title
System.String

Titre de la section de la table.

S’applique à