Android.Widget.IExpandableListAdapter.GetGroupView Method
Gets a View that displays the given group.

Syntax

[Android.Runtime.Register("getGroupView", "(IZLandroid/view/View;Landroid/view/ViewGroup;)Landroid/view/View;", "GetGetGroupView_IZLandroid_view_View_Landroid_view_ViewGroup_Handler:Android.Widget.IExpandableListAdapterInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public Android.Views.View GetGroupView (int groupPosition, bool isExpanded, Android.Views.View convertView, Android.Views.ViewGroup parent)

Parameters

groupPosition
the position of the group for which the View is returned
isExpanded
whether the group is expanded or collapsed
convertView
the old view to reuse, if possible. You should check that this view is non-null and of an appropriate type before using. If it is not possible to convert this view to display the correct data, this method can create a new view. It is not guaranteed that the convertView will have been previously created by IExpandableListAdapter.GetGroupView(int, System.Boolean, System.Boolean, System.Boolean).
parent
the parent that this view will eventually be attached to

Returns

Documentation for this section has not yet been entered.

Remarks

Gets a View that displays the given group. This View is only for the group--the Views for the group's children will be fetched using IExpandableListAdapter.GetChildView(int, System.Int32, System.Int32, System.Int32, System.Int32).

[Android Documentation]

Requirements

Namespace: Android.Widget
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1