Click or drag to resize

FilteringBindingListTGetListName 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.9.0.0 (5.9.0)
Syntax
public string GetListName(
	PropertyDescriptor[] listAccessors
)

Parameters

listAccessors
Type: System.ComponentModelPropertyDescriptor
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

ITypedListGetListName(PropertyDescriptor)
See Also