FormatConditionCollectionBase.Contains(StyleFormatConditionBase) Method
Indicates whether the current collection contains the specified style format condition.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v22.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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