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