Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / GcDateTime Class / IsInvalidText Property


In This Topic
    IsInvalidText Property
    In This Topic
    Gets a System.Boolean value 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 System.Boolean value indicates whether the text is invalid or not.
    See Also