Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / DataValidator Class / Type Property


In This Topic
    Type Property (DataValidator)
    In This Topic
    Gets the criteria type of this data validator.
    Syntax
    'Declaration
     
    <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    Public Overridable ReadOnly Property Type As CriteriaType
    'Usage
     
    Dim instance As DataValidator
    Dim value As CriteriaType
     
    value = instance.Type
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public virtual CriteriaType Type {get;}

    Property Value

    The criteria type of this data validator. The default value is AnyValue.
    See Also