ExpandableListActivity.ExpandableListView Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtenez le widget d’affichage liste extensible de l’activité.
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
Valeur de propriété
- Attributs
Remarques
Obtenez le widget d’affichage liste extensible de l’activité. Cela peut être utilisé pour obtenir la sélection, définir la sélection et de nombreuses autres fonctions utiles.
Voir aussi :
Référence Android pour android.app.ExpandableListActivity.getExpandableListView.
Les parties de cette page sont des modifications basées sur le travail créé et partagé par Android Open Source et utilisées en fonction des termes décrits dans la Creative Commons 2.5 Attribution License.