FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridNumericColumn Class / Step Property

In This Topic
    Step Property
    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