C1.Web.Wijmo.Controls.45 Assembly / C1.C1Schedule Namespace / C1BindingSource Class / GetListName Method
An array of System.ComponentModel.PropertyDescriptor objects, the list name for which is returned. This can be null.

In This Topic
GetListName Method
In This Topic
Gets the name of the list supplying data for the binding.
Syntax
'Declaration
 
Public Overridable Function GetListName( _
   ByVal listAccessors() 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.
See Also