Android.Views.View.Id Property
Returns this view's identifier.

Syntax

[get: Android.Runtime.Register("getId", "()I", "GetGetIdHandler")]
[set: Android.Runtime.Register("setId", "(I)V", "GetSetId_IHandler")]
public virtual int Id { get; set; }

See Also

View.Id
View.FindViewById(int)
View.NoId
View.Id
View.FindViewById(int)

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Returns this view's identifier.

Set method documentation [Android Documentation]

Sets the identifier for this view. The identifier does not have to be unique in this view's hierarchy. The identifier should be a positive number.

Requirements

Namespace: Android.Views
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1