ComponentOne Xamarin.Android
GroupAsync Method (ISupportGrouping)


C1.CollectionView Assembly > C1.CollectionView Namespace > ISupportGrouping Interface : GroupAsync Method
The group descriptions that determine how the data will be grouped.
Groups the collection view according to the specified group descriptions.
Syntax
'Declaration
 
Function GroupAsync( _
   ByVal ParamArray groupDescriptions() As GroupDescription _
) As Task
'Usage
 
Dim instance As ISupportGrouping
Dim groupDescriptions() As GroupDescription
Dim value As Task
 
value = instance.GroupAsync(groupDescriptions)
Task GroupAsync( 
   params GroupDescription[] groupDescriptions
)

Parameters

groupDescriptions
The group descriptions that determine how the data will be grouped.
See Also

Reference

ISupportGrouping Interface
ISupportGrouping Members