Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / DataValidator Class
Properties Methods

In This Topic
    DataValidator Class Members
    In This Topic

    The following tables list the members exposed by DataValidator.

    Public Constructors
     NameDescription
    Public ConstructorConstructs a data validator.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the comparison operator.  
    Public PropertyGets or sets the error message string.  
    Public PropertyGets the error style.  
    Public PropertyGets or sets the error title string.  
    Public PropertyGets or sets whether to ignore an empty value.  
    Public PropertyGets or sets whether to show the candidate legal data in a drop down list.  
    Public PropertyGets or sets the input message string.  
    Public PropertyGets or sets the input title string.  
    Public PropertyGets or sets whether to show the error message.  
    Public PropertyGets or sets whether to show the input message.  
    Public PropertyGets the criteria type of this data validator.  
    Public PropertyGets the first value of the data validation.  
    Public PropertyGets the second value of the data validation.  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Creates a new object that is a copy of the current instance.  
    Public Methodstatic (Shared in Visual Basic)Creates a validator based on the data.  
    Public Methodstatic (Shared in Visual Basic)Creates a validator based on a formula list.  
    Public Methodstatic (Shared in Visual Basic)Creates a validator based on a formula.  
    Public Methodstatic (Shared in Visual Basic)Creates a validator based on a list.  
    Public Methodstatic (Shared in Visual Basic)Creates a validator based on numbers.  
    Public Methodstatic (Shared in Visual Basic)Creates a validator based on text length.  
    Public MethodReturns the valid data lists if the data validation type is list; otherwise, returns null.  
    Public MethodDetermines whether the current value is valid.  
    Top
    See Also