Interface
IGridAggregate

The interface that describes a grid aggregate.

Definition

Namespace:Telerik.Blazor.Components.Grid

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public interface IGridAggregate

Properties

Aggregate

The aggregate function name.

Declaration

cs-api-definition
GridAggregateType Aggregate { get; set; }

Property Value

GridAggregateType

Field

The model field that the aggregate is applied on.

Declaration

cs-api-definition
string Field { get; set; }

Property Value

string

FieldType

The model field type.

Declaration

cs-api-definition
Type FieldType { get; set; }

Property Value

Type

In this article
DefinitionPropertiesAggregateFieldFieldType
Not finding the help you need?
Contact Support