BaseListControlGetItemText 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.18.0+3a863295c73252b22e8ab6862ed6bdc57bcbd0fc
public string? GetItemText(
	Object? item
)

Parameters

item  Object
The item for which to get the display value

Return Value

String
The display text for the specified item

See Also