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: 2024.12.18.0+3a863295c73252b22e8ab6862ed6bdc57bcbd0fc
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