ClassGridAggregate
Class
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public class GridAggregate : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable, IGridAggregate
Inheritance: objectComponentBaseGridAggregate
Implements:
Inherited Members
Constructors
GridAggregate()
Declaration
cs-api-definition
public GridAggregate()
Properties
Aggregate
The calculation method to apply to the field data. Use Sum, Average, Count, Min, or Max to perform different mathematical operations.
Declaration
cs-api-definition
[Parameter]
public GridAggregateType Aggregate { get; set; }
Property Value
Implements
Field
The data field name to calculate aggregate values for. This should match a property name in your data model.
Declaration
cs-api-definition
[Parameter]
public string Field { get; set; }
Property Value
Implements
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
cs-api-definition
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builder
Overrides
Dispose()
Declaration
cs-api-definition
public void Dispose()
Implements
OnInitialized()
Declaration
cs-api-definition
protected override void OnInitialized()
Overrides