Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Grid Assembly / C1.Xamarin.Forms.Grid Namespace / GridGroupRowCell Class / GroupFontFamily Property


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