Class DataBindingUtils
Inheritance
Inherited Members
Namespace: Syncfusion.Windows.Forms
Assembly: Syncfusion.Shared.Base.dll
Syntax
public class DataBindingUtils
Constructors
DataBindingUtils()
Declaration
public DataBindingUtils()
Methods
AppendBindableProperties(PropertyDescriptorCollection, IList)
Overloaded. Looks for bindable properties in each of the component objects and create a new PD entry for it. It then creates a brand new PDC combining the PDs of the originalList and the new entries and returns the new PDC.
Declaration
public static PropertyDescriptorCollection AppendBindableProperties(PropertyDescriptorCollection originalList, IList lookupObjects)
Parameters
Type | Name | Description |
---|---|---|
System.ComponentModel.PropertyDescriptorCollection | originalList | The originalList consists of the PDC of the parent control. |
System.Collections.IList | lookupObjects | The lookupObjects list consists of the array of instances of the component classes. |
Returns
Type | Description |
---|---|
System.ComponentModel.PropertyDescriptorCollection | A collection of property descriptors. |
AppendBindableProperties(PropertyDescriptorCollection, Object)
Looks for bindable properties in each of the component objects and create a new PD entry for it. It then creates a brand new PDC combining the PDs of the originalList and the new entries and returns the new PDC.
Declaration
public static PropertyDescriptorCollection AppendBindableProperties(PropertyDescriptorCollection originalList, object lookupObject)
Parameters
Type | Name | Description |
---|---|---|
System.ComponentModel.PropertyDescriptorCollection | originalList | The originalList consists of the PDC of the parent control. |
System.Object | lookupObject | The lookupObjects list consists of the array of instances of the component classes. |
Returns
Type | Description |
---|---|
System.ComponentModel.PropertyDescriptorCollection | A collection of property descriptors. |
RetrieveBindableProperties(Object, ArrayList)
Declaration
public static void RetrieveBindableProperties(object lookupObject, ArrayList resultantList)
Parameters
Type | Name | Description |
---|---|---|
System.Object | lookupObject | |
System.Collections.ArrayList | resultantList |