FormControlCollection.Contains(FormControl) Method
In This Article
Determines whether the collection contains the specified item.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
#Declaration
bool Contains(
FormControl formControl
)
#Parameters
Name | Type | Description |
---|---|---|
form |
Form |
An item to be checked. |
#Returns
Type | Description |
---|---|
Boolean |
|
See Also