GroupRowItem
Class
Represents a special group item used for group header and footers.
Definition
Namespace:Telerik.Windows.Controls.GridView
Assembly:Telerik.Windows.Controls.GridView.dll
Syntax:
C#
public class GroupRowItem
Inheritance: objectGroupRowItem
Properties
Gets the group.
C#
public QueryableCollectionViewGroup Group { get; }
The group.
Gets the type of the row.
C#
public GroupRowType RowType { get; }
The type of the row.