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
AggregateResultCollection
The aggregate results. |
Group
Gets the associated IGroup object.
Declaration
IGroup Group { get; }
Property Value
IGroup
The associated IGroup. The default value is null |
Header
Gets or sets the header.
Declaration
object Header { get; set; }
Property Value
System.Object
The header. |
IsExpanded
Gets or sets a value indicating whether the group is expanded.
Declaration
bool IsExpanded { get; set; }
Property Value
System.Boolean
|
Level
Gets the level.
Declaration
int Level { get; }
Property Value
System.Int32
The level. |