Class IgbDimensionsChange
Event emitted when dimension collection for rows, columns of filters is changed.
Inheritance
System.Object
IgbDimensionsChange
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbDimensionsChange : BaseRendererElement, JsonSerializable
Constructors
IgbDimensionsChange()
Declaration
public IgbDimensionsChange()
Properties
DimensionCollectionType
The dimension list type - Row, Column or Filter.
Declaration
public PivotDimensionType DimensionCollectionType { get; set; }
Property Value
Dimensions
The new list of dimensions.
Declaration
public IgbPivotDimension[] Dimensions { get; set; }
Property Value
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