Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / ValidationDragDropBlockEventArgs Class / InvalidMessage Property


In This Topic
    InvalidMessage Property (ValidationDragDropBlockEventArgs)
    In This Topic
    Gets or sets the invalid message.
    Syntax
    'Declaration
     
    Public Property InvalidMessage As String
    'Usage
     
    Dim instance As ValidationDragDropBlockEventArgs
    Dim value As String
     
    instance.InvalidMessage = value
     
    value = instance.InvalidMessage
    public string InvalidMessage {get; set;}

    Property Value

    The invalid message.
    See Also