Class IgbPivotGridRecord
Inheritance
System.Object
IgbPivotGridRecord
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbPivotGridRecord : BaseRendererElement, JsonSerializable
Constructors
IgbPivotGridRecord()
Declaration
public IgbPivotGridRecord()
Properties
DataIndex
The index of the record in the total view
Declaration
public double DataIndex { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Dimensions
List of dimensions associated with the record.*
Declaration
public IgbPivotDimension[] Dimensions { get; set; }
Property Value
Level
Declaration
public double Level { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Records
List of original data records associated with the current pivoted data. *
Declaration
public object[] Records { get; set; }
Property Value
| Type |
Description |
| System.Object[] |
|
RecordsScript
Provides a means of setting Records in the JavaScript environment.
Declaration
public string RecordsScript { get; set; }
Property Value
| Type |
Description |
| System.String |
|
TotalRecordDimensionName
If set, it specifies the name of the dimension, that has total record enabled.
Declaration
public string TotalRecordDimensionName { get; set; }
Property Value
| Type |
Description |
| System.String |
|
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
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 |
|
Implements