GrapeCity MultiRow Windows Forms Documentation
Clone Method (RangeValidator)


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

Return Value

A CellValidator that represents the cloned RangeValidator.
Remarks
You must invoke this method when you inherit from the RangeValidator 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

RangeValidator Class
RangeValidator Members

 

 


Copyright © GrapeCity, inc. All rights reserved.