Skip to main content

FormatConditionCollectionBase.Contains(StyleFormatConditionBase) Method

Indicates whether the current collection contains the specified style format condition.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public virtual bool Contains(
    StyleFormatConditionBase condition
)

Parameters

Name Type Description
condition StyleFormatConditionBase

A StyleFormatConditionBase object or descendant which represents the style format condition to locate in the collection.

Returns

Type Description
Boolean

true if the collection contains the specified style format condition; otherwise, false.

See Also