Spread WPF Documentation
Type Property (DataValidator)


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

Property Value

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

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional (SP4), Windows XP (SP2), Windows 2008, Windows 2003 Server (SP1)

See Also

Reference

DataValidator Class
DataValidator Members

 

 


Copyright © GrapeCity, inc. All rights reserved.