ComponentOne Xamarin.Android
CanGroup Method (ISupportGrouping)


C1.CollectionView Assembly > C1.CollectionView Namespace > ISupportGrouping Interface : CanGroup Method
The group descriptions that determine how the data would be grouped.
Returns whether the collection view is able to group the specified group descriptions.
Syntax
'Declaration
 
Function CanGroup( _
   ByVal ParamArray groupDescriptions() As GroupDescription _
) As Boolean
'Usage
 
Dim instance As ISupportGrouping
Dim groupDescriptions() As GroupDescription
Dim value As Boolean
 
value = instance.CanGroup(groupDescriptions)
bool CanGroup( 
   params GroupDescription[] groupDescriptions
)

Parameters

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

Reference

ISupportGrouping Interface
ISupportGrouping Members