Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CompareValueBaseValidator Class / RequiredType Property


In This Topic
    RequiredType Property (CompareValueBaseValidator)
    In This Topic
    Gets or sets the specified value's required System.Type.
    Syntax
    'Declaration
     
    
    Public Property RequiredType As Type
    'Usage
     
    
    Dim instance As CompareValueBaseValidator
    Dim value As Type
     
    instance.RequiredType = value
     
    value = instance.RequiredType
    public Type RequiredType {get; set;}

    Property Value

    A System.Type value that represents the specified value's required System.Type. The default is a null reference (Nothing in Visual Basic).
    Remarks
    Once RequiredType is set to a new value, the DifferenceValue is set to a null reference (Nothing in Visual Basic).
    See Also