Skip to main content
.NET 6.0+

RuleBaseProperties.Name Property

Specifies the name of the Validation Rule.

Namespace: DevExpress.Persistent.Validation

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

Declaration

[RulePropertiesIndex(1)]
public string Name { get; set; }

Property Value

Type Description
String

A string holding the name of the Validation Rule.

Implements

See Also