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

Namespace:  C1.C1Schedule
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
public virtual string GetListName(
	PropertyDescriptor[] listAccessors
)
Visual Basic
Public Overridable Function GetListName ( _
	listAccessors As PropertyDescriptor() _
) As String

Parameters

listAccessors
Type: array<System.ComponentModel..::..PropertyDescriptor>[]()[][]
An array of PropertyDescriptor objects, the list name for which is returned. This can be null.

Return Value

The name of the list.

Implements

ITypedList..::..GetListName(array<PropertyDescriptor>[]()[][])

See Also