Xuni Product Documentation - Xamarin.Forms
FlexGridDetailProvider Class
Members 
Implements detail rows for FlexGrid control.
Syntax
[Xamarin.Forms.ContentProperty("RowDetailTemplate")]
public class FlexGridDetailProvider : Xamarin.Forms.Behavior<FlexGrid>, Xamarin.Forms.Internals.IDynamicResourceHandler  
Remarks
To add detail rows to a FlexGrid control, create an instance of a FlexGridDetailProvider and add it to the Xamarin.Forms.VisualElement.Behaviors property collection, then set RowDetailTemplate or handle DetailCellCreating to provide the details.
Inheritance Hierarchy

System.Object
   Xamarin.Forms.BindableObject
      Xamarin.Forms.Behavior
         Xamarin.Forms.Behavior<T>
            Xuni.Forms.FlexGrid.FlexGridDetailProvider

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

FlexGridDetailProvider Members
Xuni.Forms.FlexGrid Namespace
Xamarin.Forms.Behavior`1