Show / Hide Table of Contents

Class IgbPivotGridRecord

Inheritance
System.Object
BaseRendererElement
IgbPivotGridRecord
Implements
JsonSerializable
Inherited Members
BaseRendererElement._name
BaseRendererElement.eventCallbacksCache
BaseRendererElement._cachedSerializedContent
BaseRendererElement.EnsureModulesLoaded()
BaseRendererElement.BuildRenderTree(RenderTreeBuilder)
BaseRendererElement.OnElementNameChanged(BaseRendererElement, String, String)
BaseRendererElement.InvokeMethod(String, Object[], String[], ElementReference[])
BaseRendererElement.InvokeMethodSync(String, Object[], String[], ElementReference[])
BaseRendererElement.InvokeMethodHelper(String, String, Object[], String[], ElementReference[])
BaseRendererElement.InvokeMethodHelperSync(String, String, Object[], String[], ElementReference[])
BaseRendererElement.IsPropDirty(String)
BaseRendererElement.Serialize(SerializationContext, String)
BaseRendererElement.Serialize()
BaseRendererElement.EnsureValid()
BaseRendererElement.FromEventJson(BaseRendererControl, Dictionary<String, Object>)
BaseRendererElement.ToEventJson(BaseRendererControl, Dictionary<String, Object>)
BaseRendererElement.SetResourceStringAsync(String, String, String)
BaseRendererElement.SetResourceStringAsync(String, String)
BaseRendererElement.CompareEventCallbacks<T>(T, T, Dictionary<Type, Dictionary<String, FieldInfo>>)
BaseRendererElement.IgBlazor
BaseRendererElement.IsComponentRooted
BaseRendererElement.ParentTypeName
BaseRendererElement.UseDirectRender
BaseRendererElement.ChildContent
BaseRendererElement.SupportsVisualChildren
BaseRendererElement.Name
BaseRendererElement.Parent
BaseRendererElement.MethodTarget
BaseRendererElement.CurrParent
Namespace: IgniteUI.Blazor.Controls
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
Type Description
IgbPivotDimension[]

Level

Record 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
BaseRendererElement.Type

Methods

FindByName(String)

Declaration
public override object FindByName(string name)
Parameters
Type Name Description
System.String name
Returns
Type Description
System.Object
Overrides
BaseRendererElement.FindByName(String)

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

JsonSerializable