Compartir a través de


TableSectionBase Constructores

Definición

Sobrecargas

TableSectionBase()

Crea un objeto TableSectionBase con valores predeterminados.

TableSectionBase(String)

Crea un nuevo objeto TableSectionBase con el title especificado.

TableSectionBase()

Crea un objeto TableSectionBase con valores predeterminados.

protected TableSectionBase();

Se aplica a

TableSectionBase(String)

Crea un nuevo objeto TableSectionBase con el title especificado.

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

Parámetros

title
System.String

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

Se aplica a