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


In This Topic
    DefaultGroupRowHeight Property
    In This Topic
    Gets or sets the default height of the group rows.
    Syntax
    'Declaration
     
    
    Public Property DefaultGroupRowHeight As Xamarin.Forms.GridLength
    'Usage
     
    
    Dim instance As FlexGrid
    Dim value As Xamarin.Forms.GridLength
     
    instance.DefaultGroupRowHeight = value
     
    value = instance.DefaultGroupRowHeight
    public Xamarin.Forms.GridLength DefaultGroupRowHeight {get; set;}
    See Also