Back to Devexpress

GetNotInListValueEventArgs.Value Property

windowsforms-devexpress-dot-xtraeditors-dot-controls-dot-getnotinlistvalueeventargs-464a62aa.md

latest1.5 KB
Original Source

GetNotInListValueEventArgs.Value Property

Gets or sets a field value.

Namespace : DevExpress.XtraEditors.Controls

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public object Value { get; set; }
vb
Public Property Value As Object

Property Value

TypeDescription
Object

A field value.

|

Remarks

Use the Value property to return a value for a field and record. The field is identified by the FieldName property and the record is referenced by the RecordIndex.

The initial value of the property is null.

See Also

FieldName

GetNotInListValueEventArgs Class

GetNotInListValueEventArgs Members

DevExpress.XtraEditors.Controls Namespace