Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / IOptimizedFilterStyleModel Interface / IsConditionalFormatEmpty Property


In This Topic
    IsConditionalFormatEmpty Property
    In This Topic
    Gets a value that indicates whether this instance is empty.
    Syntax
    'Declaration
     
    
    ReadOnly Property IsConditionalFormatEmpty As Boolean
    'Usage
     
    
    Dim instance As IOptimizedFilterStyleModel
    Dim value As Boolean
     
    value = instance.IsConditionalFormatEmpty
    bool IsConditionalFormatEmpty {get;}

    Property Value

    true if this conditional format instance is empty; otherwise, false.
    See Also