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: 2023.4.9.0
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