Class
GroupRowItem

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

QueryableCollectionViewGroup

The group.

RowType

Gets the type of the row.

Declaration

cs-api-definition
public GroupRowType RowType { get; }

Property Value

GroupRowType

The type of the row.

Methods

Equals(object)

Declaration

cs-api-definition
public override bool Equals(object obj)

Parameters

obj

object

Returns

bool

Overrides object.Equals(object)

GetHashCode()

Declaration

cs-api-definition
public override int GetHashCode()

Returns

int

Overrides object.GetHashCode()

ToString()

Declaration

cs-api-definition
public override string ToString()

Returns

string

Overrides object.ToString()