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

RuleBaseProperties.Id Property

Specifies the Validation Rule identifier.

Namespace: DevExpress.Persistent.Validation

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

Declaration

[RulePropertiesIndex(0)]
public string Id { get; set; }

Property Value

Type Description
String

A string holding the Validation Rule identifier.

Implements

See Also