ComponentOne CollectionView
C1.Win.CollectionView Assembly / C1.Win.CollectionView Namespace / C1CollectionViewBindingList Class / GetListName Method
An array of System.ComponentModel.PropertyDescriptor objects, for which the list name is returned. This can be null.

In This Topic
    GetListName Method
    In This Topic
    Returns the name of the list.
    Syntax
    'Declaration
     
    Public Function GetListName( _
       ByVal listAccessors() As System.ComponentModel.PropertyDescriptor _
    ) As System.String
    public System.string GetListName( 
       System.ComponentModel.PropertyDescriptor[] listAccessors
    )

    Parameters

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

    Return Value

    The name of the list.
    See Also