Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcTimeSpan Class / IsInvalidText Property


In This Topic
    IsInvalidText Property (GcTimeSpan)
    In This Topic
    Gets a bool value indicates whether the text is invalid.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsInvalidText As Boolean
    'Usage
     
    
    Dim instance As GcTimeSpan
    Dim value As Boolean
     
    value = instance.IsInvalidText
    public bool IsInvalidText {get;}

    Property Value

    A bool value indicates whether the text is invalid.
    See Also