Compartir a través de


TableSection Constructores

Definición

Sobrecargas

TableSection()

Crea un TableSection con valores predeterminados.

TableSection(String)

Crea un TableSection con el título title.

TableSection()

Crea un TableSection con valores predeterminados.

public TableSection();

Se aplica a

TableSection(String)

Crea un TableSection con el título title.

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

Parámetros

title
System.String

Título de la sección de la tabla.

Se aplica a