ContextIdentifiers.Contains(String) Method
Indicates whether the current ContextIdentifiers identifies a particular validation context.
Namespace: DevExpress.Persistent.Validation
Assembly: DevExpress.Persistent.Base.v25.1.dll
NuGet Package: DevExpress.Persistent.Base
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| item | String | A validation context which the current ContextIdentifiers presumably identifies. |
Returns
| Type | Description |
|---|---|
| Boolean | true, if the current ContextIdentifiers identifies the item validation context; otherwise, false. |
See Also