ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / _IntegerValidator Class / _IntegerValidator Constructor

In This Topic
    _IntegerValidator Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal strictMode As Boolean, _
       ByVal defaultValue As Integer, _
       Optional ByVal min As Nullable(Of Integer), _
       Optional ByVal max As Nullable(Of Integer) _
    )
    public _IntegerValidator( 
       bool strictMode,
       int defaultValue,
       Nullable<int> min,
       Nullable<int> max
    )

    Parameters

    strictMode
    defaultValue
    min
    max
    See Also