Xamarin.Android | ComponentOne
C1.Android.Input Assembly / C1.Android.Input Namespace / Resource.Styleable Class / RecyclerView Field


In This Topic
    RecyclerView Field (Resource.Styleable)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared RecyclerView As Integer()
    'Usage
     
    
    Dim value() As Integer()
     
    value = Resource.Styleable.RecyclerView
     
    Resource.Styleable.RecyclerView = value
    public static int[] RecyclerView
    See Also