Click or drag to resize

FilteringBindingList<T>.GetListName Method

Returns the name of the list.

Namespace:  SD.LLBLGen.Pro.Core.GeneralDataStructures
Assembly:  SD.LLBLGen.Pro.Core (in SD.LLBLGen.Pro.Core.dll) Version: 5.7.0.0 (5.7.0)
Syntax
public string GetListName(
	PropertyDescriptor[] listAccessors
)

Parameters

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

Return Value

Type: String
The name of the list.

Implements

ITypedList.GetListName(PropertyDescriptor[])
See Also