CellExtensions.SetIsGroupHeader<TView,TItem>(TItem, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
For internal use by platform renderers.
public static void SetIsGroupHeader<TView,TItem> (this TItem cell, bool value) where TView : Xamarin.Forms.BindableObject, Xamarin.Forms.ITemplatedItemsView<TItem> where TItem : Xamarin.Forms.BindableObject;
static member SetIsGroupHeader : 'Item * bool -> unit (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.
- value
- System.Boolean
For internal use by the Xamarin.Forms platform.