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

GetNotInListValueEventArgs.RecordIndex Property

Gets the zero-based index of the record for which a field value must be returned.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

public int RecordIndex { get; }

Property Value

Type Description
Int32

The zero-based index of the record for which a field value must be returned.

Remarks

The RecordIndex property returns the zero-based index of the record for which you should return a field value via the GetNotInListValueEventArgs.Value property. The field is identified by the GetNotInListValueEventArgs.FieldName property.

See Also