Class IgbPivotValue
Configuration of a pivot value aggregation.
Inheritance
System.Object
IgbPivotValue
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbPivotValue : BaseRendererElement, JsonSerializable
Constructors
IgbPivotValue()
Declaration
Properties
Aggregate
Active aggregator definition with key, label and aggregator.
Declaration
public IgbPivotAggregator Aggregate { get; set; }
Property Value
AggregateList
List of aggregates to show in aggregate drop-down.
Declaration
public IgbPivotAggregator[] AggregateList { get; set; }
Property Value
DataType
Enables a data type specific template of the cells
Declaration
public GridColumnDataType DataType { get; set; }
Property Value
DisplayName
Display name to show instead of member for the column header of this value. *
Declaration
public string DisplayName { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Enabled
Enables/Disables a particular value from pivot aggregation.
Declaration
public bool Enabled { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Declaration
public string FormatterScript { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Member
Unique member to extract related data field value for aggregations.
Declaration
public string Member { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Styles
Allow conditionally styling of the IgxPivotGrid cells.
Declaration
public object Styles { get; set; }
Property Value
| Type |
Description |
| System.Object |
|
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
FromEventJson(BaseRendererControl, Dictionary<String, Object>)
Declaration
protected override void FromEventJson(BaseRendererControl control, Dictionary<string, object> args)
Parameters
| Type |
Name |
Description |
| BaseRendererControl |
control |
|
| System.Collections.Generic.Dictionary<System.String, System.Object> |
args |
|
Overrides
SetNativeElement(Object)
Declaration
public void SetNativeElement(object element)
Parameters
| Type |
Name |
Description |
| System.Object |
element |
|
SetNativeElementAsync(Object)
Declaration
public Task SetNativeElementAsync(object element)
Parameters
| Type |
Name |
Description |
| System.Object |
element |
|
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|
ToEventJson(BaseRendererControl, Dictionary<String, Object>)
Declaration
protected override void ToEventJson(BaseRendererControl control, Dictionary<string, object> args)
Parameters
| Type |
Name |
Description |
| BaseRendererControl |
control |
|
| System.Collections.Generic.Dictionary<System.String, System.Object> |
args |
|
Overrides
Implements