Xamarin.Android | ComponentOne
C1.Android.Grid Assembly / C1.Android.Grid Namespace / FlexGridDetailProvider Class
Properties Methods Events

In This Topic
    FlexGridDetailProvider Class Members
    In This Topic

    The following tables list the members exposed by FlexGridDetailProvider.

    Public Constructors
    Public Properties
     NameDescription
    Public Property Gets or sets the template used to create the icon displayed when the detail row is collapsed. (Inherited from C1.Android.Grid.FlexGridDetailProvider<object>)
    Public Property Gets or sets the template used to create the icon displayed when the detail row is expanded. (Inherited from C1.Android.Grid.FlexGridDetailProvider<object>)
    Public Property Gets or sets the detail visibility mode. (Inherited from C1.Android.Grid.FlexGridDetailProvider<object>)
    Public Property Gets or sets the height of the details. (Inherited from C1.Android.Grid.FlexGridDetailProvider<object>)
    Public Property Gets or sets whether to show the expand/collapse buttons in the row headers. (Inherited from C1.Android.Grid.FlexGridDetailProvider<object>)
    Top
    Public Methods
     NameDescription
    Public MethodAttaches the behavior to a Android.Views.View. (Inherited from C1.Android.Core.C1Behavior<FlexGrid>)
    Public MethodDetaches the behavior from the Android.Views.View. (Inherited from C1.Android.Core.C1Behavior<FlexGrid>)
    Public Method Hides the detail row. (Inherited from C1.Android.Grid.FlexGridDetailProvider<object>)
    Public Method Determines whether the detail row is visible. (Inherited from C1.Android.Grid.FlexGridDetailProvider<object>)
    Public Method Shows the detail row. (Inherited from C1.Android.Grid.FlexGridDetailProvider<object>)
    Top
    Public Events
     NameDescription
    Public Event Occurs when the detail cell is being created. (Inherited from C1.Android.Grid.FlexGridDetailProvider<object>)
    Top
    See Also