Xceed Grid for WinForms v4.3 Documentation
ValidationDataType Enumeration


Xceed.Validation.v1.3 Assembly > Xceed.Validation Namespace : ValidationDataType Enumeration
Defines the parsing type of the input data being validated.
Syntax
'Declaration
 
Public Enum ValidationDataType 
   Inherits System.Enum
'Usage
 
Dim instance As ValidationDataType
public enum ValidationDataType : System.Enum 
Members
MemberDescription
DateValue is of type System.DateTime.
DecimalValue is of type System.Decimal.
DoubleValue is of type System.Double.
Int32Value is of type System.Int32.
Int64Value is of type System.Int64.
StringValue is of type System.String.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Xceed.Validation.ValidationDataType

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Xceed.Validation Namespace