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

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.v19.1.Core.dll

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