Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / GridColumn Class / Width Property

In This Topic
    Width Property (GridColumn)
    In This Topic
    Gets or sets the width of the column.
    Syntax
    'Declaration
     
    
    Public Property Width As GridLength
    public GridLength Width {get; set;}
    See Also