Class IgbPieSliceOthersContext
Represents the selected data contained inside the Others slice.
Inheritance
System.Object
IgbPieSliceOthersContext
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbPieSliceOthersContext : BaseRendererElement, JsonSerializable
Constructors
IgbPieSliceOthersContext()
Declaration
public IgbPieSliceOthersContext()
Properties
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
Implements