Interface
IGroupRow

Represents a group row.

Definition

Namespace:Telerik.Windows.Controls.GridView

Assembly:Telerik.Windows.Controls.GridView.dll

Syntax:

cs-api-definition
public interface IGroupRow

Properties

AggregateResults

Gets the aggregate results.

Declaration

cs-api-definition
AggregateResultCollection AggregateResults { get; }

Property Value

AggregateResultCollection

The aggregate results.

Group

Gets the associated IGroup object.

Declaration

cs-api-definition
IGroup Group { get; }

Property Value

IGroup

The associated IGroup. The default value is null

Header

Gets or sets the header.

Declaration

cs-api-definition
object Header { get; set; }

Property Value

object

The header.

IsExpanded

Gets or sets a value indicating whether the group is expanded.

Declaration

cs-api-definition
bool IsExpanded { get; set; }

Property Value

bool

true if the group is expanded; otherwise, false.

Level

Gets the level.

Declaration

cs-api-definition
int Level { get; }

Property Value

int

The level.