Checked Items CollectionValue Of Method
Get the value of the specified item from the checkbox list
Definition
Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
The value of the checked item from the checkbox list. The value will be extracted from the data source based on the CheckBoxList.ValueMember setting.
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
public Object ValueOf(
int index
)VB
Public Function ValueOf (
index As Integer
) As ObjectC++
public:
Object^ ValueOf(
int index
)F#
member ValueOf :
index : int -> Object Parameters
- index Int32
- The index of the item in this collection
Return Value
ObjectThe value of the checked item from the checkbox list. The value will be extracted from the data source based on the CheckBoxList.ValueMember setting.