GroupFooterContext
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:
C#
public class GroupFooterContext
Inheritance: objectGroupFooterContext
Constructors
C#
public GroupFooterContext()
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; }