Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / GridColumnCollection Class / DefaultSize Property

In This Topic
    DefaultSize Property (GridColumnCollection)
    In This Topic
    Gets or sets the default size for the items in the collection.
    Syntax
    'Declaration
     
    
    Public Property DefaultSize As Nullable(Of GridLength)
    public Nullable<GridLength> DefaultSize {get; set;}
    See Also