Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / RowFilterBase Class / IsFiltered Property


In This Topic
    IsFiltered Property (RowFilterBase)
    In This Topic
    Gets a value that indicates whether any row is filtered.
    Syntax
    'Declaration
     
    <DefaultValueAttribute(False)>
    Public MustOverride ReadOnly Property IsFiltered As Boolean
    'Usage
     
    Dim instance As RowFilterBase
    Dim value As Boolean
     
    value = instance.IsFiltered
    [DefaultValue(false)]
    public abstract bool IsFiltered {get;}

    Property Value

    true if some rows are filtered; otherwise, false.
    See Also