ComponentOne Xamarin.Android
GroupDescription Constructor


C1.CollectionView Assembly > C1.CollectionView Namespace > GroupDescription Class : GroupDescription Constructor
The path of the data item to which the group operation will be applied.
Initializes a new instance of the GroupDescription class.
Syntax
'Declaration
 
Public Function New( _
   ByVal groupPath As String _
)
'Usage
 
Dim groupPath As String
 
Dim instance As New GroupDescription(groupPath)
public GroupDescription( 
   string groupPath
)

Parameters

groupPath
The path of the data item to which the group operation will be applied.
See Also

Reference

GroupDescription Class
GroupDescription Members