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


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