ShapeCollection.FindAll<TResult>(Func<TResult, Boolean>) Method
Namespace: DevExpress.Docs.Presentation
Assembly: DevExpress.Docs.Presentation.v25.1.dll
NuGet Package: DevExpress.Docs.Presentation
Declaration
Parameters
| Name | Type |
|---|---|
| predicate | Func<TResult, Boolean> |
Type Parameters
| Name |
|---|
| TResult |
Returns
| Type |
|---|
| IEnumerable<TResult> |
See Also