Skip to main content
A newer version of this page is available. .

RuleBase.Id Property

Returns the identifier of the current Validation Rule.

Namespace: DevExpress.Persistent.Validation

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

Declaration

public string Id { get; }

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