[]
        
(Showing Draft Content)

C1.Xamarin.Forms.Grid.FlexGridDetailProvider

FlexGridDetailProvider Class

Implements detail rows for FlexGrid control.

Inheritance
FlexGridDetailProvider
Namespace: C1.Xamarin.Forms.Grid
Assembly: C1.Xamarin.Forms.Grid.dll
Syntax
public class FlexGridDetailProvider : FlexGridDetailProvider<object>
Remarks

To add detail rows to a FlexGrid control, create an instance of a FlexGridDetailProvider<TItem> and add it to the Behaviors property collection, then set RowDetailTemplate or handle DetailCellCreating to provide the details.

Constructors

Name Description
FlexGridDetailProvider()