ComponentOne GridView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls Namespace / IJsonEmptiable Interface / IsEmpty Property

In This Topic
    IsEmpty Property
    In This Topic
    Gets value that indicates if the object is empty or not. If object is empty than it will be skipped during the serialization process.
    Syntax
    'Declaration
     
    ReadOnly Property IsEmpty As System.Boolean
    System.bool IsEmpty {get;}
    See Also