ContextIdentifiers.Item[Int32] Property
Provides access to the validation context identified by the current ContextIdentifiers, with a specified index.
Namespace: DevExpress.Persistent.Validation
Assembly: DevExpress.Persistent.Base.v24.2.dll
NuGet Package: DevExpress.Persistent.Base
Declaration
Parameters
Name | Type | Description |
---|---|---|
index | Int32 | A zero-based index of the required validation context. |
Property Value
Type | Description |
---|---|
String | The validation context with the specified index in the current ContextIdentifiers list. |
See Also