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

RuleBaseAttribute.Name Property

Specifies a name of the rule created using the current attribute.

Namespace: DevExpress.Persistent.Validation

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

Declaration

public string Name { get; set; }

Property Value

Type Description
String

A string representing a name of the rule to be created.

Remarks

You do not need to use this property. It is used internally for localization.

Implements

See Also