Gets the name of the list supplying data for the binding.
Namespace:
C1.C1ScheduleAssembly: C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)
Syntax
| C# |
|---|
public virtual string GetListName( PropertyDescriptor[] listAccessors ) |
| Visual Basic (Declaration) |
|---|
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.