Checked Items CollectionDisplay Text Of Method
Get the display text 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 display text value of the checked item from the checkbox list. The value will be extracted from the data source based on the CheckBoxList.DisplayMember setting.
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
public Object DisplayTextOf(
int index
)VB
Public Function DisplayTextOf (
index As Integer
) As ObjectC++
public:
Object^ DisplayTextOf(
int index
)F#
member DisplayTextOf :
index : int -> Object Parameters
- index Int32
- The index of the item in this collection
Return Value
ObjectThe display text value of the checked item from the checkbox list. The value will be extracted from the data source based on the CheckBoxList.DisplayMember setting.