WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DataBindingUtils - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DataBindingUtils

    Inheritance
    System.Object
    DataBindingUtils
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved