StyleFormatConditionCollection.Add(StyleFormatCondition) Method
Adds the specified style condition object to the end of the collection.
Namespace: DevExpress.XtraTreeList.StyleFormatConditions
Assembly: DevExpress.XtraTreeList.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| condition | StyleFormatCondition | A StyleFormatCondition object to be added to the collection. |
See Also