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


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

    Property Value

    A bool value that indicates whether the text is invalid.
    Remarks
    This propety retrieves whether the text is valid.
    See Also