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


In This Topic
    IsInvalid Property (ValidationDragDropBlockEventArgs)
    In This Topic
    Gets or sets whether the value is valid.
    Syntax
    'Declaration
     
    Public Property IsInvalid As Boolean
    'Usage
     
    Dim instance As ValidationDragDropBlockEventArgs
    Dim value As Boolean
     
    instance.IsInvalid = value
     
    value = instance.IsInvalid
    public bool IsInvalid {get; set;}

    Property Value

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