RuleBase.Id Property
Returns the identifier of the current Validation 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
Every Validation Rule has an identifier used to distinguish between different Rules. This property specifies it.
Implements
See Also