List ItemValue Property
This returns the value of the item
Definition
Namespace: EWSoftware.PDI
Assembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2025.1.9.0
Assembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2025.1.9.0
C#
public Object? Value { get; set; }VB
Public Property Value As Object
Get
SetC++
public:
property Object^ Value {
Object^ get ();
void set (Object^ value);
}F#
member Value : Object with get, setProperty Value
ObjectRemarks
Specify this property name for the ValueMember or DataValueField property of
the control using the item as part of its data source.