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

IGroupRow

Interface

Represents a group row.

Definition

Namespace:Telerik.Windows.Controls.GridView

Assembly:Telerik.Windows.Controls.GridView.dll

Syntax:

C#
public interface IGroupRow

Derived Classes: GridViewGroupRowGroupHeaderRow

Properties

Gets the aggregate results.

C#
AggregateResultCollection AggregateResults { get; }
Property Value:

The aggregate results.

Gets the associated IGroup object.

C#
IGroup Group { get; }
Property Value:

The associated IGroup. The default value is null

Gets or sets the header.

C#
object Header { get; set; }
Property Value:

The header.

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

C#
bool IsExpanded { get; set; }
Property Value:

true if the group is expanded; otherwise, false.

Gets the level.

C#
int Level { get; }
Property Value:

The level.