ComponentOne Xamarin.iOS
GetGroupDescriptions<T> Method


C1.CollectionView Assembly > C1.CollectionView Namespace > ICollectionViewEx Class : GetGroupDescriptions<T> Method
The collection view.
Returns a list of the current group descriptions.
Syntax
'Declaration
 
<ExtensionAttribute()>
Public Shared Function GetGroupDescriptions(Of T As Class)( _
   ByVal collectionView As ICollectionView(Of T) _
) As IReadOnlyList(Of GroupDescription)
'Usage
 
Dim collectionView As ICollectionView(Of T)
Dim value As IReadOnlyList(Of GroupDescription)
 
value = ICollectionViewEx.GetGroupDescriptions(Of T)(collectionView)
[Extension()]
public static IReadOnlyList<GroupDescription> GetGroupDescriptions<T>( 
   ICollectionView<T> collectionView
)
where T: class

Parameters

collectionView
The collection view.

Type Parameters

T
See Also

Reference

ICollectionViewEx Class
ICollectionViewEx Members