Skip to main content
.NET Framework 4.5.2+

CustomNeedToValidateRuleEventArgs.ContextId Property

A validation context of the rule.

Namespace: DevExpress.Persistent.Validation

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

Declaration

public string ContextId { get; }

Property Value

Type Description
String

Default contexts are listed in the DefaultContexts enumeration.

See Also