Skip to main content
A newer version of this page is available. .

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.v18.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