Skip to main content
Row

CustomCellInplaceEditorCollection.Contains(CustomCellInplaceEditor) Method

Determines whether the collection contains the specified custom cell in-place editor.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

bool Contains(
    CustomCellInplaceEditor item
)

Parameters

Name Type Description
item CustomCellInplaceEditor

A CustomCellInplaceEditor object to search for.

Returns

Type Description
Boolean

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

See Also