ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridScrollStep Structure / DataGridScrollStep Constructor / DataGridScrollStep Constructor(Double,DataGridScrollStepUnitType)
The value.
The type.

In This Topic
    DataGridScrollStep Constructor(Double,DataGridScrollStepUnitType)
    In This Topic
    Initializes a new instance of the DataGridScrollStep struct.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal value As Double, _
       ByVal type As DataGridScrollStepUnitType _
    )
    public DataGridScrollStep( 
       double value,
       DataGridScrollStepUnitType type
    )

    Parameters

    value
    The value.
    type
    The type.
    See Also