IRule.Id Property
Returns the identifier of the current rule.
Namespace: DevExpress.Persistent.Validation
Assembly: DevExpress.Persistent.Base.v24.2.dll
NuGet Package: DevExpress.Persistent.Base
Declaration
Property Value
Type | Description |
---|---|
String | A string value representing the current rule’s identifier. |
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