[]
        
(Showing Draft Content)

C1.Schedule.C1BindingSource.GetListName

GetListName Method

GetListName(PropertyDescriptor[])

Gets the name of the list supplying data for the binding.

Declaration
public virtual string GetListName(PropertyDescriptor[] listAccessors)
Parameters
Type Name Description
PropertyDescriptor[] listAccessors

An array of PropertyDescriptor objects, the list name for which is returned. This can be null.

Returns
Type Description
string

The name of the list.

Implements