GetNotInListValueEventArgs(String, Int32) Constructor
Creates an instance of the GetNotInListValueEventArgs class.
Namespace: DevExpress.XtraEditors.Controls
Assembly: DevExpress.XtraEditors.v25.2.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| fieldName | String | The field to initialize the GetNotInListValueEventArgs.FieldName property. |
| recordIndex | Int32 | The value for the RecordIndex property. |
Remarks
The constructor creates an object providing data for the RepositoryItemLookUpEdit.GetNotInListValue event.
See Also