Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / GridRowCollection Class / MaxSize Property

In This Topic
    MaxSize Property (GridRowCollection)
    In This Topic
    Gets or sets the maximum size for the items in the collection.
    Syntax
    'Declaration
     
    
    Public Property MaxSize As Double
    public double MaxSize {get; set;}
    See Also