Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / GridRowHeaderColumn Class / MinWidth Property

In This Topic
    MinWidth Property (GridRowHeaderColumn)
    In This Topic
    Gets or sets the minimum width of the column.
    Syntax
    'Declaration
     
    
    Public Property MinWidth As Double
    public double MinWidth {get; set;}
    See Also