Back to Devexpress

IModelActionValidationContexts.ValidationContexts Property

expressappframework-devexpress-dot-expressapp-dot-validation-dot-imodelactionvalidationcontexts.md

latest1.6 KB
Original Source

IModelActionValidationContexts.ValidationContexts Property

Specifies validation context IDs separated by a semicolon.

Namespace : DevExpress.ExpressApp.Validation

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

NuGet Package : DevExpress.ExpressApp.Validation

Declaration

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

Property Value

TypeDescription
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

Validation (Prevent Data Errors)

IModelActionValidationContexts Interface

IModelActionValidationContexts Members

DevExpress.ExpressApp.Validation Namespace