RuleCriteriaAttribute(String) Constructor
Initializes a new instance of the RuleCriteriaAttribute class.
Namespace: DevExpress.Persistent.Validation
Assembly: DevExpress.Persistent.Base.v24.1.dll
NuGet Package: DevExpress.Persistent.Base
Declaration
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