Class IgbGridToolbar
Provides a context-aware container component for UI operations for the grid components.
@igxModule IgxGridToolbarModule
@igxParent IgxGridComponent, IgxTreeGridComponent, IgxHierarchicalGridComponent, IgxPivotGridComponent
Inheritance
System.Object
IgbGridToolbar
Implements
System.IDisposable
Assembly: IgniteUI.Blazor.dll
public class IgbGridToolbar : BaseRendererElement, JsonSerializable, IDisposable
Constructors
Declaration
Properties
Declaration
public IgbGridToolbarContentCollection ActualTools { get; }
Property Value
ContentTools
Declaration
public IgbGridToolbarContentCollection ContentTools { get; }
Property Value
Gets/sets the grid component for the toolbar component.
Declaration
public IgbGridBaseDirective Grid { get; set; }
Property Value
Declaration
protected BaseRendererControl GridBaseDirectiveParent { get; set; }
Property Value
Declaration
protected BaseRendererControl HierarchicalGridParent { get; set; }
Property Value
Declaration
protected override string ParentTypeName { get; }
Property Value
| Type |
Description |
| System.String |
|
Overrides
Declaration
protected BaseRendererElement RowIslandParent { get; set; }
Property Value
When enabled, shows the indeterminate progress bar.
@remarks
By default this will be toggled, when the default exporter component is present
and an exporting is in progress.
Declaration
public bool ShowProgress { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Declaration
protected override bool SupportsVisualChildren { get; }
Property Value
| Type |
Description |
| System.Boolean |
|
Overrides
Declaration
public IgbGridToolbarContentCollection Tools { get; protected set; }
Property Value
Declaration
public override string Type { get; }
Property Value
| Type |
Description |
| System.String |
|
Overrides
Methods
Declaration
Declaration
protected override void EnsureModulesLoaded()
Overrides
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 |
|
Declaration
public void SetNativeElement(object element)
Parameters
| Type |
Name |
Description |
| System.Object |
element |
|
Declaration
public Task SetNativeElementAsync(object element)
Parameters
| Type |
Name |
Description |
| System.Object |
element |
|
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|
Implements
System.IDisposable