Share via


TableSectionBase<T> Constructors

Definition

Overloads

TableSectionBase<T>()

Constructs a new TableSection instance with an empty title.

TableSectionBase<T>(String)

Constructs a new TableSection instance with the specified title.

TableSectionBase<T>()

Constructs a new TableSection instance with an empty title.

protected TableSectionBase ();

Applies to

TableSectionBase<T>(String)

Constructs a new TableSection instance with the specified title.

protected TableSectionBase (string title);
new Xamarin.Forms.TableSectionBase<'T (requires 'T :> Xamarin.Forms.BindableObject)> : string -> Xamarin.Forms.TableSectionBase<'T (requires 'T :> Xamarin.Forms.BindableObject)>

Parameters

title
System.String

The title of the table section.

Applies to