Skip to main content

StyleFormatConditionCollection.Add(StyleFormatCondition) Method

Adds the specified style condition object to the end of the collection.

Namespace: DevExpress.XtraTreeList.StyleFormatConditions

Assembly: DevExpress.XtraTreeList.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList

Declaration

public void Add(
    StyleFormatCondition condition
)

Parameters

Name Type Description
condition StyleFormatCondition

A StyleFormatCondition object to be added to the collection.

See Also