Back to Devexpress

FormControlCollection.Contains(FormControl) Method

officefileapi-devexpress-dot-spreadsheet-dot-formcontrolcollection-dot-contains-x28-devexpress-dot-spreadsheet-dot-formcontrol-x29.md

latest1.4 KB
Original Source

FormControlCollection.Contains(FormControl) Method

Determines whether the collection contains the specified item.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
bool Contains(
    FormControl formControl
)
vb
Function Contains(
    formControl As FormControl
) As Boolean

Parameters

NameTypeDescription
formControlFormControl

An item to be checked.

|

Returns

TypeDescription
Boolean

true if the array contains the item; otherwise, false.

|

See Also

FormControlCollection Interface

FormControlCollection Members

DevExpress.Spreadsheet Namespace