Spread ASP.NET 16
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / IOptimizedFilterStyleModel Interface / IsFilteredStyleEmpty Property


In This Topic
    IsFilteredStyleEmpty Property
    In This Topic
    Gets whether this filtered style is empty.
    Syntax
    'Declaration
     
    ReadOnly Property IsFilteredStyleEmpty As Boolean
    'Usage
     
    Dim instance As IOptimizedFilterStyleModel
    Dim value As Boolean
     
    value = instance.IsFilteredStyleEmpty
    bool IsFilteredStyleEmpty {get;}

    Property Value

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