SparklineGroupCollection.Contains(SparklineGroup) Method
In This Article
Indicates whether the collection contains the specified sparkline group.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
#Declaration
bool Contains(
SparklineGroup item
)
#Parameters
Name | Type | Description |
---|---|---|
item | Sparkline |
A Sparkline |
#Returns
Type | Description |
---|---|
Boolean | true, if the collection contains the specified item; otherwise, false. |
See Also