Back to Devexpress

RuleBaseAttribute.Name Property

expressappframework-devexpress-dot-persistent-dot-validation-dot-rulebaseattribute-15413eb7.md

latest1.3 KB
Original Source

RuleBaseAttribute.Name Property

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

Namespace : DevExpress.Persistent.Validation

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

NuGet Package : DevExpress.Persistent.Base

Declaration

csharp
public string Name { get; set; }
vb
Public Property Name As String

Property Value

TypeDescription
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

Name

See Also

RuleBaseAttribute Class

RuleBaseAttribute Members

DevExpress.Persistent.Validation Namespace