Version

IsValueValid Method

Returns a boolean which specifies whether the current embeddable editor value is valid.
Syntax
'Declaration
 
Function IsValueValid( _
   ByVal extendee As Control, _
   ByVal value As Object, _
   ByVal isProvidedEditor As Boolean _
) As Boolean
bool IsValueValid( 
   Control extendee,
   object value,
   bool isProvidedEditor
)

Parameters

extendee
The Control to which the Infragistics.Win.Misc.ValidationSettings instance which determines validity has been extended.
value
The value to be evaluated.
isProvidedEditor
Specifies whether the value is being provided by an editor that was provided via the IProvidesEmbeddableEditor interface.

Return Value

True if the value passes validation, false otherwise.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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