eDriven Framework API
ItemToLabel Method (item, labelField, labelFunction)
NamespaceseDriven.Gui.ComponentsLabelUtilItemToLabel(Object, String, LabelFunction)
eDriven Framework API
Declaration Syntax
C#Visual BasicVisual C++
public static string ItemToLabel(
	Object item,
	string labelField,
	LabelFunction labelFunction
)
Public Shared Function ItemToLabel ( _
	item As Object, _
	labelField As String, _
	labelFunction As LabelFunction _
) As String
public:
static String^ ItemToLabel(
	Object^ item, 
	String^ labelField, 
	LabelFunction^ labelFunction
)
Parameters
item (Object)
labelField (String)
labelFunction (LabelFunction)
Return Value

Assembly: eDriven.Gui (Module: eDriven.Gui) Version: 2.0.1.0 (2.0.1.0)