Class IgbPivotGridColumn
Interface describing the Pivot column data.
Contains information on the related column dimensions and their values.
Inheritance
System.Object
IgbPivotGridColumn
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbPivotGridColumn : BaseRendererElement, JsonSerializable
Constructors
IgbPivotGridColumn()
Declaration
public IgbPivotGridColumn()
Properties
Dimensions
List of dimensions associated with the column.*
Declaration
public IgbPivotDimension[] Dimensions { get; set; }
Property Value
Field
Declaration
public string Field { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Type
Declaration
public override string Type { get; }
Property Value
| Type |
Description |
| System.String |
|
Overrides
Value
Declaration
public IgbPivotValue Value { get; set; }
Property Value
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