GrapeCity MultiRow Windows Forms Documentation
Clone Method (RequiredTypeValidator)


Creates an exact copy of the current RequiredTypeValidator.
Syntax
Public Overrides Function Clone() As CellValidator
Dim instance As RequiredTypeValidator
Dim value As CellValidator
 
value = instance.Clone()
public override CellValidator Clone()

Return Value

A CellValidator that represents the cloned RequiredTypeValidator.
Remarks
Invoke this method when you inherit from the RequiredTypeValidator class and override the Clone method.
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

RequiredTypeValidator Class
RequiredTypeValidator Members

 

 


Copyright © GrapeCity, inc. All rights reserved.