InterfaceIGroupRow
Interface
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
The aggregate results.
Header
Gets or sets the header.
IsExpanded
Gets or sets a value indicating whether the group is expanded.
Declaration
cs-api-definition
bool IsExpanded { get; set; }
Property Value
true if the group is expanded; otherwise, false.