ComponentOne Xamarin.Android
Touchables Property (FlexGrid)


C1.Android.Grid Assembly > C1.Android.Grid Namespace > FlexGrid Class : Touchables Property
Syntax
'Declaration
 
Public Overridable ReadOnly Property Touchables As IList(Of View)
'Usage
 
Dim instance As FlexGrid
Dim value As IList(Of View)
 
value = instance.Touchables
public virtual IList<View> Touchables {get;}
See Also

Reference

FlexGrid Class
FlexGrid Members