Class IgbColumnSupportingCalculation
Represents a calculation strategy that takes in a column of values
and returns a resulting column of values.
Inheritance
System.Object
IgbColumnSupportingCalculation
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbColumnSupportingCalculation : BaseRendererElement, JsonSerializable
Constructors
IgbColumnSupportingCalculation()
Declaration
public IgbColumnSupportingCalculation()
Properties
Type
Declaration
public override string Type { get; }
Property Value
| Type |
Description |
| System.String |
|
Overrides
Methods
FindByName(String)
Declaration
public override object FindByName(string name)
Parameters
| Type |
Name |
Description |
| System.String |
name |
|
Returns
| Type |
Description |
| System.Object |
|
Overrides
Implements