New to Telerik UI for BlazorStart a free 30-day trial

The interface that describes a grid aggregate.

Definition

Namespace:Telerik.Blazor.Components.Grid

Assembly:Telerik.Blazor.dll

Syntax:

C#
public interface IGridAggregate

Derived Classes: GridAggregate

Properties

The aggregate function name.

C#
GridAggregateType Aggregate { get; set; }

The model field that the aggregate is applied on.

C#
string Field { get; set; }

The model field type.

C#
Type FieldType { get; set; }
In this article
DefinitionPropertiesAggregateFieldFieldType
Not finding the help you need?
Contact Support