Back to Devexpress

IRuleBaseProperties.Name Property

expressappframework-devexpress-dot-persistent-dot-validation-dot-irulebaseproperties-06085af8.md

latest1.5 KB
Original Source

IRuleBaseProperties.Name Property

Specifies the name of the Validation Rule.

Namespace : DevExpress.Persistent.Validation

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

NuGet Package : DevExpress.Persistent.Base

Declaration

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

Property Value

TypeDescription
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

IRuleBaseProperties Interface

IRuleBaseProperties Members

DevExpress.Persistent.Validation Namespace