ComponentOne Binding Expressions for WPF and Silverlight
C1.WPF.Binding Namespace / Tally Class / Tally Constructor / Tally Constructor(Boolean)
Whether this Tally can be used only with numeric values.

In This Topic
    Tally Constructor(Boolean)
    In This Topic
    Initializes a new instance of a Tally.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal numbersOnly As System.Boolean _
    )
    public Tally( 
       System.bool numbersOnly
    )

    Parameters

    numbersOnly
    Whether this Tally can be used only with numeric values.
    See Also