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

IModelValidationContext.Id Property

Specifies the current Context identifier.

Namespace: DevExpress.ExpressApp.Validation

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

Declaration

[Required]
string Id { get; set; }

Property Value

Type Description
String

A string specifying the current Context identifier.

See Also