LightBox for ASP.NET Web Forms
FindAll Method

C1.Web.Wijmo.Controls.4 Assembly > C1.Web.Wijmo.Controls.C1LightBox Namespace > C1LightBoxItemCollection Class : FindAll Method
Syntax
'Declaration
 
Public Function FindAll( _
   ByVal match As System.Predicate(Of C1LightBoxItem) _
) As System.Collections.Generic.List(Of C1LightBoxItem)
public System.Collections.Generic.List<C1LightBoxItem> FindAll( 
   System.Predicate<C1LightBoxItem> match
)

Parameters

match
See Also

Reference

C1LightBoxItemCollection Class
C1LightBoxItemCollection Members