ClassGroupRowItem
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:
cs-api-definition
public class GroupRowItem
Inheritance: objectGroupRowItem
Properties
Group
Gets the group.
Declaration
cs-api-definition
public QueryableCollectionViewGroup Group { get; }
Property Value
The group.
RowType
Gets the type of the row.
Declaration
cs-api-definition
public GroupRowType RowType { get; }
Property Value
The type of the row.