Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / GridNumericColumn Class / Maximum Property

In This Topic
    Maximum Property (GridNumericColumn)
    In This Topic
    Gets or sets the maximum value accepted.
    Syntax
    'Declaration
     
    
    Public Property Maximum As Nullable(Of Double)
    public Nullable<double> Maximum {get; set;}
    See Also