Skip to main content
.NET 6.0+

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