Class GroupRowItem
Represents a special group item used for group header and footers.
Inheritance
System.Object
GroupRowItem
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Controls.GridView
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public class GroupRowItem
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
|
Overrides
System.Object.Equals(System.Object)
GetHashCode()
Declaration
public override int GetHashCode()
Returns
System.Int32
|
Overrides
System.Object.GetHashCode()
ToString()
Declaration
public override string ToString()
Returns
System.String
|
Overrides
System.Object.ToString()