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


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

Property Value

The invalid message.
See Also

Reference

ValidationPastingEventArgs Class
ValidationPastingEventArgs Members