Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Grid Assembly / C1.Xamarin.Forms.Grid Namespace / FlexGrid Class / GroupRowFontSize Property


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