Xceed Grid for WinForms v4.3 Documentation
FullValidation Property


Xceed.Editors.v2.6 Assembly > Xceed.Editors Namespace > ValidatingTextEventArgs Class : FullValidation Property
Gets a boolean value indicating if the EditText should be fully or partially validated.
Syntax
'Declaration
 
Public ReadOnly Property FullValidation As Boolean
'Usage
 
Dim instance As ValidatingTextEventArgs
Dim value As Boolean
 
value = instance.FullValidation
public bool FullValidation {get;}

Property Value

true if the text should be validated according to all the necessary criteria (for example, Mask, MinValue, and MaxValue); false if it should be validated only according to the Mask.
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

ValidatingTextEventArgs Class
ValidatingTextEventArgs Members