ComponentOne Xamarin.Android
Tag Property (C1CheckBox)


C1.Android.Core Assembly > C1.Android.Core Namespace > C1CheckBox Class : Tag Property
Syntax
'Declaration
 
Public Overridable Property Tag As Java.Lang.Object
'Usage
 
Dim instance As C1CheckBox
Dim value As Java.Lang.Object
 
instance.Tag = value
 
value = instance.Tag
public virtual Java.Lang.Object Tag {get; set;}
See Also

Reference

C1CheckBox Class
C1CheckBox Members