[]
        
(Showing Draft Content)

C1.Schedule.C1BindingSource.GetItemProperties

GetItemProperties Method

GetItemProperties(PropertyDescriptor[])

Retrieves an array of PropertyDescriptor objects representing the bindable properties of the data source list type.

Declaration
public virtual PropertyDescriptorCollection GetItemProperties(PropertyDescriptor[] listAccessors)
Parameters
Type Name Description
PropertyDescriptor[] listAccessors

An array of PropertyDescriptor objects to find in the collection as bindable. This can be null.

Returns
Type Description
PropertyDescriptorCollection

The PropertyDescriptorCollection that represents the properties on each item used to bind data.

Implements