Skip to main content
.NET 6.0+

IRuleBaseProperties.Name Property

Specifies the name of the Validation Rule.

Namespace: DevExpress.Persistent.Validation

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