BaseListControlGetItemText Method
This is used to get the display member value for the specified item
Namespace: EWSoftware.ListControlsAssembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public string GetItemText(
Object item
)
Public Function GetItemText (
item As Object
) As String
public:
String^ GetItemText(
Object^ item
)
member GetItemText :
item : Object -> string
- item Object
- The item for which to get the display value
StringThe display text for the specified item