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

In This Topic
    Step Property (GridNumericColumn)
    In This Topic
    Gets or sets how much the value changes when using up and down buttons.
    Syntax
    'Declaration
     
    
    Public Property Step As Nullable(Of Double)
    public Nullable<double> Step {get; set;}
    See Also