Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Grid Assembly / C1.Xamarin.Forms.Grid Namespace / GridRowCollection Class / DefaultGroupSize Property


In This Topic
    DefaultGroupSize Property
    In This Topic
    Gets or sets the default group row height.
    Syntax
    'Declaration
     
    
    Public Property DefaultGroupSize As Nullable(Of GridLength)
    'Usage
     
    
    Dim instance As GridRowCollection
    Dim value As Nullable(Of GridLength)
     
    instance.DefaultGroupSize = value
     
    value = instance.DefaultGroupSize
    public Nullable<GridLength> DefaultGroupSize {get; set;}
    See Also