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

In This Topic
    IsFixedSize Property (GridRowCollection)
    In This Topic
    Gets whether the collection size can change.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsFixedSize As Boolean
    public bool IsFixedSize {get;}
    See Also