Skip to main content
.NET 6.0+

IModelValidationContext.Id Property

Specifies the current Context identifier.

Namespace: DevExpress.ExpressApp.Validation

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

Declaration

[Required]
string Id { get; set; }

Property Value

Type Description
String

A string specifying the current Context identifier.

See Also