Skip to main content
A newer version of this page is available. .

ContextValidatingEventArgs.Context Property

Specifies the validation context whose associated validation rules are about to be checked.

Namespace: DevExpress.ExpressApp.Validation

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

Declaration

public ContextIdentifier Context { get; }

Property Value

Type Description
ContextIdentifier

A ContextIdentifier object specifying the validation context whose associated validation rules are about to be checked.

See Also