List ItemValue Property
This returns the value of the item
Definition
Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.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.