Spread Silverlight Documentation
InvalidMessage Property (ValidationDragDropBlockEventArgs)


GrapeCity.Windows.SpreadSheet.UI Namespace > ValidationDragDropBlockEventArgs Class : InvalidMessage Property
Gets or sets the invalid message.
Syntax
'Declaration
 
Public Property InvalidMessage As System.String
'Usage
 
Dim instance As ValidationDragDropBlockEventArgs
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

ValidationDragDropBlockEventArgs Class
ValidationDragDropBlockEventArgs Members