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

ParametersCollection.Contains(Parameter) Method

Determines whether a Parameter element is in the collection.

Namespace: DevExpress.Spreadsheet

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

Declaration

bool Contains(
    Parameter parameter
)

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