Base List ControlGet Item Text Method
This is used to get the display member value for the specified item
Definition
Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
The display text for the specified item
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
public string? GetItemText(
Object? item
)VB
Public Function GetItemText (
item As Object
) As StringC++
public:
String^ GetItemText(
Object^ item
)F#
member GetItemText :
item : Object -> string Parameters
- item Object
- The item for which to get the display value
Return Value
StringThe display text for the specified item