Represents the context that is passed to the aggregate cell of a group that represents a IDataGroup within a RadDataGrid instance.
Definition
Namespace:Telerik.Maui.Controls.DataGrid
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public class GroupAggregateCellContext
Inheritance: objectGroupAggregateCellContext
Constructors
C#
public GroupAggregateCellContext()
Properties
Gets the aggregate values of the IDataGroup per DataGridColumn.
C#
public IEnumerable<string> AggregateValues { get; }
Gets the DataGridColumn instance that the footer is part of.
C#
public DataGridColumn Column { get; }
Gets the IDataGroup instance associated with the context.
C#
public IDataGroup Group { get; }