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. Se puede usar para obtener la selección, establecer la selección y muchas otras funciones útiles.

Documentación de Java para android.app.ExpandableListActivity.getExpandableListView().

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el proyecto de código Project y que se usan según los términos Creative Commons 2.5 Attribution License.

Se aplica a

Consulte también