Skip to main content

CustomNeedToValidateRuleEventArgs.ContextId Property

A validation context of the rule.

Namespace: DevExpress.Persistent.Validation

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

NuGet Package: DevExpress.Persistent.Base

Declaration

public string ContextId { get; }

Property Value

Type Description
String

Default contexts are listed in the DefaultContexts enumeration.

See Also