Blazor | ComponentOne
C1.Blazor.GridControl Assembly / C1.Blazor.Grid Namespace / GridControlAdapter.ColumnInfo Class / Width Property

In This Topic
    Width Property (GridControlAdapter.ColumnInfo)
    In This Topic
    Gets the width of the column.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Width As GridLength
    public GridLength Width {get;}
    See Also