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