ExpandableListActivity.SelectedPosition Property

Definition

Caution

deprecated

Gets the position (in packed position representation) of the currently selected group or child.

[System.Obsolete("deprecated")]
public virtual long SelectedPosition { [Android.Runtime.Register("getSelectedPosition", "()J", "GetGetSelectedPositionHandler")] get; }
[<System.Obsolete("deprecated")>]
[<get: Android.Runtime.Register("getSelectedPosition", "()J", "GetGetSelectedPositionHandler")>]
member this.SelectedPosition : int64

Property Value

Int64

A packed position representation containing the currently selected group or child's position and type.

Attributes

Remarks

Java documentation for android.app.ExpandableListActivity.getSelectedPosition().

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