Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Slicers Namespace / SlicerCache Class / FilterCleared Property


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

    Property Value

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