Reports for WPF | ComponentOne
C1.C1Report.CustomFields.Maps Namespace / LegendItemCollection Class / FindAll Method

In This Topic
    FindAll Method (LegendItemCollection)
    In This Topic
    Syntax
    'Declaration
     
    Public Function FindAll( _
       ByVal p As Predicate(Of LegendItemBase) _
    ) As IEnumerable(Of T)
    public IEnumerable<T> FindAll( 
       Predicate<LegendItemBase> p
    )

    Parameters

    p
    See Also