Interface IGroupRow
Represents a group row.
Namespace: Telerik.Windows.Controls.GridView
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public interface IGroupRow
Properties
AggregateResults
Gets the aggregate results.
Declaration
AggregateResultCollection AggregateResults { get; }
Property Value
Aggregate The aggregate results. |
Group
Header
Gets or sets the header.
Declaration
object Header { get; set; }
Property Value
System. The header. |
IsExpanded
Gets or sets a value indicating whether the group is expanded.
Declaration
bool IsExpanded { get; set; }
Property Value
System.
|
Level
Gets the level.
Declaration
int Level { get; }
Property Value
System. The level. |