Gets or sets the CollectionViewGroup object associated with this GroupRow.

Namespace:  C1.Phone.FlexGrid
Assembly:  C1.Phone.FlexGrid (in C1.Phone.FlexGrid.dll)

Syntax

C#
public CollectionViewGroup Group { get; set; }
Visual Basic
Public Property Group As CollectionViewGroup
	Get
	Set

See Also