Intersoft ClientUI Documentation
GetValue(Object,Binding,Boolean) Method



Item.
Binding info.
Pass through converter
Gets the value of the item using the provided binding info.
Syntax
Public Overloads Shared Function GetValue( _
   ByVal item As Object, _
   ByVal binding As Binding, _
   ByVal useConverter As Boolean _
) As Object
Dim item As Object
Dim binding As Binding
Dim useConverter As Boolean
Dim value As Object
 
value = Utility.GetValue(item, binding, useConverter)
public static object GetValue( 
   object item,
   Binding binding,
   bool useConverter
)
public:
static Object^ GetValue( 
   Object^ item,
   Binding^ binding,
   bool useConverter
) 

Parameters

item
Item.
binding
Binding info.
useConverter
Pass through converter
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Utility Class
Utility Members
Overload List

Send Feedback