Class IgbGridToolbarContent
Inheritance
System.Object
IgbGridToolbarContent
Implements
System.IDisposable
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbGridToolbarContent : BaseRendererElement, JsonSerializable, IDisposable
Constructors
IgbGridToolbarContent()
Declaration
public IgbGridToolbarContent()
Properties
GridToolbarParent
Declaration
protected BaseRendererElement GridToolbarParent { get; set; }
Property Value
Type
Declaration
public override string Type { get; }
Property Value
| Type |
Description |
| System.String |
|
Overrides
Methods
Dispose()
Declaration
FindByName(String)
Declaration
public override object FindByName(string name)
Parameters
| Type |
Name |
Description |
| System.String |
name |
|
Returns
| Type |
Description |
| System.Object |
|
Overrides
OnInitializedAsync()
Declaration
protected override Task OnInitializedAsync()
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|
Implements
System.IDisposable