Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / Appearance Class / IsEmpty Property
Example


In This Topic
    IsEmpty Property (Appearance)
    In This Topic
    Determines whether none of the properties of the Appearance object is set.
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property IsEmpty As Boolean
    'Usage
     
    
    Dim instance As Appearance
    Dim value As Boolean
     
    value = instance.IsEmpty
    public virtual bool IsEmpty {get;}

    Property Value

    Boolean: true if no appearance properties are set; false otherwise
    Remarks
    This property is available at run time only.
    Example
    See Also