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:
Properties
Gets the aggregate results.
C#
AggregateResultCollection AggregateResults { get; }
The aggregate results.
Gets or sets a value indicating whether the group is expanded.
C#
bool IsExpanded { get; set; }
true if the group is expanded; otherwise, false.