ParametersCollection.Contains(Parameter) Method
Determines whether a Parameter element is in the collection.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
parameter | Parameter | A Parameter to locate in the collection. |
Returns
Type | Description |
---|---|
Boolean | true if the element is found in the collection; otherwise, false. |
See Also