Version

DataBindingUtils Class Members

The following tables list the members exposed by DataBindingUtils.

Public Constructors
 NameDescription
Public ConstructorDataBindingUtils Constructor  
Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)CreateObjectOfKnownType  
Public Methodstatic (Shared in Visual Basic)DataBindConvertConverts source value to destination type using specific culture.  
Public Methodstatic (Shared in Visual Basic)GetCurrencyManagerReturns the CurrencyManager for the specified dataSource and dataMember based on the bindingContext.  
Public Methodstatic (Shared in Visual Basic)GetItemPropertiesGets the collection of property descriptors.  
Public Methodstatic (Shared in Visual Basic)GetObjectForComparisonThis method returns the object that will be compared against when syncing data bound items with the underlying bound list.  
Public Methodstatic (Shared in Visual Basic)GetSampleDataForTypeReturns some sample data to be displayed in the cell for columns of type type.  
Public Methodstatic (Shared in Visual Basic)ImplementsGenericIEnumerableOverloaded. Returns whether the specified property type implements IEnumerable<> in the inheritance hierarchy.  
Public Methodstatic (Shared in Visual Basic)IsKnownTypeChecks if the type is a known type (to Infragistics controls).  
Public Methodstatic (Shared in Visual Basic)StripMemberUsed to strip out all characters that are before the last period of the passed in value.  
See Also