Skip to main content
.NET 6.0+

RuleBase.Id Property

Returns the identifier of the current Validation Rule.

Namespace: DevExpress.Persistent.Validation

Assembly: DevExpress.Persistent.Base.v23.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