Xamarin.Android | ComponentOne
C1.Android.Grid Assembly / C1.Android.Grid Namespace / FlexGrid Class / GroupRowTextSize Property


In This Topic
    GroupRowTextSize Property
    In This Topic
    Gets or sets the font size applied to group row cells.
    Syntax
    'Declaration
     
    
    Public Property GroupRowTextSize As Single
    'Usage
     
    
    Dim instance As FlexGrid
    Dim value As Single
     
    instance.GroupRowTextSize = value
     
    value = instance.GroupRowTextSize
    public float GroupRowTextSize {get; set;}
    See Also