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