Gets the name of the list supplying data for the binding.
public virtual System.string GetListName(
System.ComponentModel.PropertyDescriptor[]
)
'Declaration
Public Overridable Function GetListName( _
ByVal () As System.ComponentModel.PropertyDescriptor _
) As System.String
Parameters
- listAccessors
- An array of System.ComponentModel.PropertyDescriptor objects, the list name for which is returned. This can be null.
Return Value
The name of the list.