New to Telerik UI for WPFStart a free 30-day trial

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; }
Property Value:

The group.

Gets the type of the row.

C#
public GroupRowType RowType { get; }
Property Value:

The type of the row.

Methods

C#
public override bool Equals(object obj)
Parameters:objobjectReturns:

bool

Overrides: object.Equals(object)

C#
public override int GetHashCode()
Returns:

int

Overrides: object.GetHashCode()

C#
public override string ToString()
Returns:

string

Overrides: object.ToString()