Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

CustomCellInplaceEditorCollection.Contains(CustomCellInplaceEditor) Method

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

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

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