Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

IModelActionValidationContexts.ValidationContexts Property

Specifies validation context IDs separated by a semicolon.

Namespace: DevExpress.ExpressApp.Validation

Assembly: DevExpress.ExpressApp.Validation.v20.2.dll

Declaration

[TypeConverter(typeof(DefaultValidationContextsConverter))]
string ValidationContexts { get; set; }

Property Value

Type Description
String

A string specifying validation context IDs separated by a semicolon.

Remarks

The contexts specified by this property are used to represent the current Action as a context in the Validation System.

See Also