Spread Silverlight Documentation
InvalidMessage Property (ValidationPastingEventArgs)


GrapeCity.Windows.SpreadSheet.UI Namespace > ValidationPastingEventArgs Class : InvalidMessage Property
Gets or sets the invalid message.
Syntax
'Declaration
 
Public Property InvalidMessage As System.String
'Usage
 
Dim instance As ValidationPastingEventArgs
Dim value As System.String
 
instance.InvalidMessage = value
 
value = instance.InvalidMessage
public System.string InvalidMessage {get; set;}

Property Value

The invalid message.
See Also

Reference

ValidationPastingEventArgs Class
ValidationPastingEventArgs Members