ComponentOne Extender Controls for ASP.NET Web Forms
C1.Web.Wijmo.Extenders.4 Assembly / C1.Web.Wijmo.Extenders.C1Grid Namespace / CustomFilterOperatorCollection Class / RemoveAll Method

In This Topic
    RemoveAll Method (CustomFilterOperatorCollection)
    In This Topic
    Syntax
    'Declaration
     
    Public Function RemoveAll( _
       ByVal match As System.Predicate(Of CustomFilterOperator) _
    ) As System.Integer
    public System.int RemoveAll( 
       System.Predicate<CustomFilterOperator> match
    )

    Parameters

    match
    See Also