Skip to main content
.NET 6.0+

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.v23.2.dll

Declaration

public string this[int index] { get; }

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