Android.Widget.IHeterogeneousExpandableList Members

The members of Android.Widget.IHeterogeneousExpandableList are listed below.

Public Properties

[read-only]
ChildTypeCountint. This method will only be called when the adapter is set on the Android.Widget.AdapterView.
[read-only]
GroupTypeCountint. This method will only be called when the adapter is set on the Android.Widget.AdapterView.

Public Methods

GetChildType(int, int) : int
Get the type of child View that will be created by IExpandableListAdapter.GetChildView(int, System.Int32, System.Int32, System.Int32, System.Int32) for the specified child item.
GetGroupType(int) : int
Get the type of group View that will be created by IExpandableListAdapter.GetGroupView(int, System.Boolean, System.Boolean, System.Boolean) . for the specified group item.