Class IgbValuesChange
Inheritance
System.Object
IgbValuesChange
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbValuesChange : BaseRendererElement, JsonSerializable
Constructors
IgbValuesChange()
Declaration
Properties
Type
Declaration
public override string Type { get; }
Property Value
| Type |
Description |
| System.String |
|
Overrides
Values
Declaration
public IgbPivotValue[] Values { 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