GrapeCity.Xaml.SpreadSheet.UI
IsInvalid Property (ValidationPastingEventArgs)


GrapeCity.Xaml.SpreadSheet.UI Namespace > ValidationPastingEventArgs Class : IsInvalid Property
Gets or sets whether the value is invalid.
Syntax
'Declaration
 
Public Property IsInvalid As Boolean
'Usage
 
Dim instance As ValidationPastingEventArgs
Dim value As Boolean
 
instance.IsInvalid = value
 
value = instance.IsInvalid
public bool IsInvalid {get; set;}

Property Value

true if [is invalid]; otherwise, false.
See Also

Reference

ValidationPastingEventArgs Class
ValidationPastingEventArgs Members