CustomCellInplaceEditorCollection.Contains(CustomCellInplaceEditor) Method
In This Article
Determines whether the collection contains the specified custom cell in-place editor.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
#Declaration
bool Contains(
CustomCellInplaceEditor item
)
#Parameters
Name | Type | Description |
---|---|---|
item | Custom |
A Custom |
#Returns
Type | Description |
---|---|
Boolean | true, if the collection contains the specified editor; otherwise, false. |
See Also