GrapeCity MultiRow Windows Forms Documentation
Validate(Boolean) Method


if set to true the corresponding validate action is executed when necessary.
Validates all the cells.
Syntax
Public Function Validate( _
   ByVal doAction As Boolean _
) As Boolean
Dim instance As Row
Dim doAction As Boolean
Dim value As Boolean
 
value = instance.Validate(doAction)
public bool Validate( 
   bool doAction
)

Parameters

doAction
if set to true the corresponding validate action is executed when necessary.

Return Value

true if all the cells are validated successfully; otherwise, false.
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

Row Class
Row Members

 

 


Copyright © GrapeCity, inc. All rights reserved.