Skip to main content
.NET 6.0+

RuleCriteriaAttribute(String) Constructor

Initializes a new instance of the RuleCriteriaAttribute class.

Namespace: DevExpress.Persistent.Validation

Assembly: DevExpress.Persistent.Base.v23.2.dll

Declaration

public RuleCriteriaAttribute(
    string criteria
)

Parameters

Name Type Description
criteria String

A string value representing a criteria that must be satisfied by target class’ objects. To learn how to set criteria, refer to the Ways to Build Criteria topic.

See Also