FormatConditionCollectionBase.Add(StyleFormatConditionBase) Method
Appends the specified style format condition to the collection.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v25.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| condition | StyleFormatConditionBase | A StyleFormatConditionBase object or descendant to be added to the collection. |
See Also