Share via


TableSection Construtores

Definição

Sobrecargas

TableSection()

Cria um novo TableSection com valores padrão.

TableSection(String)

Cria um novo TableSection com o título title.

TableSection()

Cria um novo TableSection com valores padrão.

public TableSection ();

Aplica-se a

TableSection(String)

Cria um novo TableSection com o título title.

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

Parâmetros

title
System.String

O título da seção de tabela.

Aplica-se a