Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Slicers Namespace / ISlicerCache Interface / FilterCleared Property


In This Topic
    FilterCleared Property (ISlicerCache)
    In This Topic
    Gets a value indicating whether the filter state is cleared.
    Syntax
    'Declaration
     
    
    ReadOnly Property FilterCleared As Boolean
    'Usage
     
    
    Dim instance As ISlicerCache
    Dim value As Boolean
     
    value = instance.FilterCleared
    bool FilterCleared {get;}

    Property Value

    true if the filter state is cleared; otherwise, false.
    See Also