Skip to main content
A newer version of this page is available. .

FormatConditionCollectionBase.Add(StyleFormatConditionBase) Method

Appends the specified style format condition to the collection.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v21.2.dll

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

Declaration

public virtual void Add(
    StyleFormatConditionBase condition
)

Parameters

Name Type Description
condition StyleFormatConditionBase

A StyleFormatConditionBase object or descendant to be added to the collection.

See Also