Back to Devexpress

PivotGridGroupCollection.Find(Predicate<PivotGridGroup>) Method

corelibraries-devexpress-dot-xtrapivotgrid-dot-pivotgridgroupcollection-dot-find-x28-system-dot-predicate-devexpress-dot-xtrapivotgrid-dot-pivotgridgroup-x29.md

latest1.9 KB
Original Source

PivotGridGroupCollection.Find(Predicate<PivotGridGroup>) Method

Returns the group that meets the specified criteria.

Namespace : DevExpress.XtraPivotGrid

Assembly : DevExpress.PivotGrid.v25.2.Core.dll

NuGet Packages : DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

csharp
public PivotGridGroup Find(
    Predicate<PivotGridGroup> predicate
)
vb
Public Function Find(
    predicate As Predicate(Of PivotGridGroup)
) As PivotGridGroup

Parameters

NameTypeDescription
predicatePredicate<PivotGridGroup>

A System.Predicate delegate, representing a method that defines a set of criteria used to locate the required group.

|

Returns

TypeDescription
PivotGridGroup

A PivotGridGroup object that represents the group that meets the specified criteria; null if the group has not been found.

|

See Also

PivotGridGroupCollection Class

PivotGridGroupCollection Members

DevExpress.XtraPivotGrid Namespace