Class
GroupFooterContext

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

IEnumerable<string>

Column

Gets the DataGridColumn instance that the footer is part of.

Declaration

cs-api-definition
public DataGridColumn Column { get; }

Property Value

DataGridColumn

Group

Gets the IDataGroup instance associated with the context.

Declaration

cs-api-definition
public IDataGroup Group { get; }

Property Value

IDataGroup