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

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

    Parameters

    match
    See Also