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

FormatConditionCollectionBase Class

Serves as a base for classes that represent a collection of style conditions.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v20.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[ListBindable(false)]
public abstract class FormatConditionCollectionBase :
    CollectionBase

The following members return FormatConditionCollectionBase objects:

Remarks

The FormatConditionCollectionBase class implements the base functionality for classes that represent a collection of style conditions.

See Also