ExpandableListActivity.ExpandableListView Propiedad

Definición

Obtenga el widget de vista de lista expandible de la actividad.

public virtual Android.Widget.ExpandableListView? ExpandableListView { [Android.Runtime.Register("getExpandableListView", "()Landroid/widget/ExpandableListView;", "GetGetExpandableListViewHandler")] get; }
[<get: Android.Runtime.Register("getExpandableListView", "()Landroid/widget/ExpandableListView;", "GetGetExpandableListViewHandler")>]
member this.ExpandableListView : Android.Widget.ExpandableListView

Valor de propiedad

Atributos

Comentarios

Obtenga el widget de vista de lista expandible de la actividad. Esto se puede usar para obtener la selección, establecer la selección y muchas otras funciones útiles.

Consulte también:

Referencia de Android para android.app.ExpandableListActivity.getExpandableListView.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a