ClassGroupFooterContext
Class
Represents the context that is passed to the footer of a group that represents a IDataGroup within a RadDataGrid instance.
Definition
Namespace:Telerik.Maui.Controls.DataGrid
Assembly:Telerik.Maui.Controls.dll
Syntax:
cs-api-definition
public class GroupFooterContext
Inheritance: objectGroupFooterContext
Constructors
GroupFooterContext()
Declaration
cs-api-definition
public GroupFooterContext()
Properties
AggregateValues
Gets the aggregate values of the IDataGroup per DataGridColumn.
Declaration
cs-api-definition
public IEnumerable<string> AggregateValues { get; }
Property Value
Column
Gets the DataGridColumn instance that the footer is part of.
Group
Gets the IDataGroup instance associated with the context.