Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / FlexGrid Class / DefaultColumnWidth Property

In This Topic
    DefaultColumnWidth Property
    In This Topic
    Gets or sets the default width of the columns.
    Syntax
    'Declaration
     
    
    Public Property DefaultColumnWidth As GridLength
    public GridLength DefaultColumnWidth {get; set;}
    See Also