Class GroupRowItem
Represents a special group item used for group header and footers.
Inheritance
System.Object
GroupRowItem
Namespace: Telerik.Windows.Controls.GridView
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public class GroupRowItem : Object
Properties
Group
Gets the group.
Declaration
public QueryableCollectionViewGroup Group { get; }
Property Value
QueryableCollectionViewGroup
The group. |
RowType
Gets the type of the row.
Declaration
public GroupRowType RowType { get; }
Property Value
GroupRowType
The type of the row. |
Methods
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
System.Object
obj
|
Returns
System.Boolean
|
GetHashCode()
Declaration
public override int GetHashCode()
Returns
System.Int32
|
ToString()
Declaration
public override string ToString()
Returns
System.String
|