IRule.Id Property
In This Article
Returns the identifier of the current rule.
Namespace: DevExpress.Persistent.Validation
Assembly: DevExpress.Persistent.Base.v24.2.dll
NuGet Package: DevExpress.Persistent.Base
#Declaration
#Remarks
When implementing the IRule interface, return a unique identifier of the current Rule. Generally, the IRule.Properties‘ IRuleBaseProperties.Id value should be returned.
See Also