RuleBaseAttribute.Name Property
Specifies a name of the rule created using the current attribute.
Namespace: DevExpress.Persistent.Validation
Assembly: DevExpress.Persistent.Base.v24.2.dll
NuGet Package: DevExpress.Persistent.Base
Declaration
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