CellExtensions.GetGroupHeaderContent<TView,TItem>(TItem) Method

Definition

For internal use by platform renderers.

public static TItem GetGroupHeaderContent<TView,TItem> (this TItem cell) where TView : Xamarin.Forms.BindableObject, Xamarin.Forms.ITemplatedItemsView<TItem> where TItem : Xamarin.Forms.BindableObject;
static member GetGroupHeaderContent : 'Item -> 'Item (requires 'View :> Xamarin.Forms.BindableObject and 'View :> Xamarin.Forms.ITemplatedItemsView<'Item> and 'Item :> Xamarin.Forms.BindableObject)

Type Parameters

TView

For internal use by the Xamarin.Forms platform.

TItem

For internal use by the Xamarin.Forms platform.

Parameters

cell
TItem

For internal use by the Xamarin.Forms platform.

Returns

TItem

For internal use by the Xamarin.Forms platform.

Applies to