StyleCollection.Contains(BuiltInStyleId) Method
OBSOLETE
All built-in styles are added to the collection by default.
Indicates whether the collection contains the specified built-in style.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
[Obsolete("All built-in styles are added to the collection by default.", true)]
bool Contains(
BuiltInStyleId id
)
Parameters
Name | Type | Description |
---|---|---|
id | BuiltInStyleId | Specifies a built-in style to locate in the collection. |
Returns
Type | Description |
---|---|
Boolean | true, if the style is contained in the collection; otherwise, false. |
See Also