SimpleExpandableListAdapter.GetGroupView Method

Definition

[Android.Runtime.Register("getGroupView", "(IZLandroid/view/View;Landroid/view/ViewGroup;)Landroid/view/View;", "GetGetGroupView_IZLandroid_view_View_Landroid_view_ViewGroup_Handler")]
public override Android.Views.View? GetGroupView (int groupPosition, bool isExpanded, Android.Views.View? convertView, Android.Views.ViewGroup? parent);
[<Android.Runtime.Register("getGroupView", "(IZLandroid/view/View;Landroid/view/ViewGroup;)Landroid/view/View;", "GetGetGroupView_IZLandroid_view_View_Landroid_view_ViewGroup_Handler")>]
override this.GetGroupView : int * bool * Android.Views.View * Android.Views.ViewGroup -> Android.Views.View

Parameters

groupPosition
Int32
isExpanded
Boolean
convertView
View
parent
ViewGroup

Returns

Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to