Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / GridDateTimeColumn Class / MaxWidth Property

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