Skip to main content

CodeRuleAttribute.CreateRule() Method

Intended for internal use.

Namespace: DevExpress.Persistent.Validation

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

NuGet Package: DevExpress.Persistent.Base

Declaration

public IRule CreateRule()

Returns

Type Description
IRule

An IRule object which represents a validation rule decorated with the CodeRule attribute.

See Also