Spread WPF 18
GrapeCity.Wpf.SpreadSheet Namespace / ValidationErrorIndicator Class / IsSealed Property


In This Topic
    IsSealed Property (ValidationErrorIndicator)
    In This Topic
    Syntax
    'Declaration
     
    Public ReadOnly Property IsSealed As Boolean
    'Usage
     
    Dim instance As ValidationErrorIndicator
    Dim value As Boolean
     
    value = instance.IsSealed
    public bool IsSealed {get;}
    See Also