Skip to main content
A newer version of this page is available. .

BootstrapCardViewToolbarMenuItemCollection.ConvertAll<TOutput>(Converter<BootstrapCardViewToolbarMenuItem, TOutput>) Method

For internal use only.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v18.2.dll

Declaration

public List<TOutput> ConvertAll<TOutput>(
    Converter<BootstrapCardViewToolbarMenuItem, TOutput> converter
)

Parameters

Name Type
converter Converter<BootstrapCardViewToolbarMenuItem, TOutput>

Type Parameters

Name
TOutput

Returns

Type
List<TOutput>
See Also