Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcTimeSpanEditingControl Class / IsInvalidText Property


In This Topic
    IsInvalidText Property (GcTimeSpanEditingControl)
    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 GcTimeSpanEditingControl
    Dim value As Boolean
     
    value = instance.IsInvalidText
    public bool IsInvalidText {get;}

    Property Value

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