Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

IRuleBaseProperties.Name Property

Specifies the name of the Validation Rule.

Namespace: DevExpress.Persistent.Validation

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

Declaration

string Name { get; set; }

Property Value

Type Description
String

A string holding the name of the Validation Rule.

Remarks

This property has the RulePropertiesLocalized attribute applied. So, the corresponding property of the Application Model is considered localizable.

See Also