TwoLineListItem.Text1 Property

Definition

Caution

deprecated

Returns a handle to the item with ID text1.

[System.Obsolete("deprecated")]
public virtual Android.Widget.TextView? Text1 { [Android.Runtime.Register("getText1", "()Landroid/widget/TextView;", "GetGetText1Handler")] get; }
[<System.Obsolete("deprecated")>]
[<get: Android.Runtime.Register("getText1", "()Landroid/widget/TextView;", "GetGetText1Handler")>]
member this.Text1 : Android.Widget.TextView

Property Value

A handle to the item with ID text1.

Attributes

Remarks

Returns a handle to the item with ID text1.

Java documentation for android.widget.TwoLineListItem.getText1().

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