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

CustomNeedToValidateRuleEventArgs.ContextId Property

A validation context of the rule.

Namespace: DevExpress.Persistent.Validation

Assembly: DevExpress.Persistent.Base.v18.2.dll

Declaration

public string ContextId { get; }

Property Value

Type Description
String

Default contexts are listed in the DefaultContexts enumeration.

See Also