Skip to main content

ReadOnlyCells.Contains(Point) Method

Returns whether the collection contains a cell with the specified coordinates.

Namespace: DevExpress.XtraPivotGrid.Selection

Assembly: DevExpress.PivotGrid.v24.1.Core.dll

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

Declaration

public virtual bool Contains(
    Point point
)

Parameters

Name Type Description
point Point

A Point structure that represents the coordinates of the cell to locate in the collection.

Returns

Type Description
Boolean

true if the collection contains the specified cell; otherwise, false.

See Also